Skip to content

Commit a585bea

Browse files
authored
Fix typo in websocket doc (#35393)
Signed-off-by: Gustav <[email protected]>
1 parent 0c02443 commit a585bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/web/websocket/stomp/configuration-performance.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ such as https://github.com/stomp-js/stompjs[`stomp-js/stompjs`] and others split
7272
STOMP messages at 16K boundaries and send them as multiple WebSocket messages,
7373
which requires the server to buffer and re-assemble.
7474

75-
Spring's STOMP-over-WebSocket support does this ,so applications can configure the
75+
Spring's STOMP-over-WebSocket support does this, so applications can configure the
7676
maximum size for STOMP messages irrespective of WebSocket server-specific message
7777
sizes. Keep in mind that the WebSocket message size is automatically
7878
adjusted, if necessary, to ensure they can carry 16K WebSocket messages at a

0 commit comments

Comments
 (0)