Browse Source

Update fallback.adoc

Fix a typo.

Closes gh-33721
pull/33766/head
Habin Song 1 year ago committed by Sébastien Deleuze
parent
commit
5302e7aa25
  1. 2
      framework-docs/modules/ROOT/pages/web/websocket/fallback.adoc

2
framework-docs/modules/ROOT/pages/web/websocket/fallback.adoc

@ -238,7 +238,7 @@ heartbeats to be exchanged, the SockJS heartbeats are disabled. @@ -238,7 +238,7 @@ heartbeats to be exchanged, the SockJS heartbeats are disabled.
The Spring SockJS support also lets you configure the `TaskScheduler` to
schedule heartbeats tasks. The task scheduler is backed by a thread pool,
with default settings based on the number of available processors. Your
with default settings based on the number of available processors. You
should consider customizing the settings according to your specific needs.

Loading…
Cancel
Save