diff --git a/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc b/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc index 2845b94a6a..aed0ec96b9 100644 --- a/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc +++ b/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc @@ -397,7 +397,7 @@ open class WebSocketSecurityConfig : WebSocketMessageBrokerConfigurer { ---- ==== -On the other hand, if you are using the <> and you want to allow other domains to access your site, you can disable Spring Security's protection. +On the other hand, if you are using the <> and you want to allow other domains to access your site, you can disable Spring Security's protection. For example, in Java Configuration you can use the following: ====