Skip to content

Commit

Permalink
Merge pull request #32993 from hlmg
Browse files Browse the repository at this point in the history
* pr/32993:
  Fix typo

Closes gh-32993
  • Loading branch information
snicoll committed Jun 10, 2024
2 parents 0ca393c + c6c64e6 commit a0eebca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If configured with a task scheduler, the simple broker supports
https://stomp.github.io/stomp-specification-1.2.html#Heart-beating[STOMP heartbeats].
To configure a scheduler, you can declare your own `TaskScheduler` bean and set it through
the `MessageBrokerRegistry`. Alternatively, you can use the one that is automatically
declared in the built-in WebSocket configuration, however, you'll' need `@Lazy` to avoid
declared in the built-in WebSocket configuration, however, you'll need `@Lazy` to avoid
a cycle between the built-in WebSocket configuration and your
`WebSocketMessageBrokerConfigurer`. For example:

Expand Down

0 comments on commit a0eebca

Please sign in to comment.