From a585beac498f9abb86843a1ab578a377ea7d2230 Mon Sep 17 00:00:00 2001 From: Gustav <69737612+gustaavv@users.noreply.github.com> Date: Fri, 29 Aug 2025 19:17:18 +0800 Subject: [PATCH] Fix typo in websocket doc (#35393) Signed-off-by: Gustav <69737612+gustaavv@users.noreply.github.com> --- .../pages/web/websocket/stomp/configuration-performance.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/web/websocket/stomp/configuration-performance.adoc b/framework-docs/modules/ROOT/pages/web/websocket/stomp/configuration-performance.adoc index 1456a7e0770..c1706a321d3 100644 --- a/framework-docs/modules/ROOT/pages/web/websocket/stomp/configuration-performance.adoc +++ b/framework-docs/modules/ROOT/pages/web/websocket/stomp/configuration-performance.adoc @@ -72,7 +72,7 @@ such as https://github.com/stomp-js/stompjs[`stomp-js/stompjs`] and others split STOMP messages at 16K boundaries and send them as multiple WebSocket messages, which requires the server to buffer and re-assemble. -Spring's STOMP-over-WebSocket support does this ,so applications can configure the +Spring's STOMP-over-WebSocket support does this, so applications can configure the maximum size for STOMP messages irrespective of WebSocket server-specific message sizes. Keep in mind that the WebSocket message size is automatically adjusted, if necessary, to ensure they can carry 16K WebSocket messages at a