diff --git a/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc b/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc index 87a6935f03..11eee13734 100644 --- a/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc +++ b/docs/modules/ROOT/pages/servlet/integrations/websocket.adoc @@ -410,7 +410,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: ====