Skip to content

Commit b7e4fa0

Browse files
committed
Merge branch '6.1.x'
2 parents 536de9a + a0eebca commit b7e4fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/web/websocket/stomp/handle-simple-broker.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If configured with a task scheduler, the simple broker supports
1313
https://stomp.github.io/stomp-specification-1.2.html#Heart-beating[STOMP heartbeats].
1414
To configure a scheduler, you can declare your own `TaskScheduler` bean and set it through
1515
the `MessageBrokerRegistry`. Alternatively, you can use the one that is automatically
16-
declared in the built-in WebSocket configuration, however, you'll' need `@Lazy` to avoid
16+
declared in the built-in WebSocket configuration, however, you'll need `@Lazy` to avoid
1717
a cycle between the built-in WebSocket configuration and your
1818
`WebSocketMessageBrokerConfigurer`. For example:
1919

0 commit comments

Comments
 (0)