diff --git a/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc b/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc index d528ccb2c5..9dfd45ce54 100644 --- a/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc +++ b/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc @@ -398,7 +398,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: ====