Explorar o código

Fix typo in WebFlux reference docs

Eleftheria Stein %!s(int64=4) %!d(string=hai) anos
pai
achega
ba8a5b1d20

+ 1 - 1
docs/manual/src/docs/asciidoc/_includes/reactive/webflux.adoc

@@ -158,7 +158,7 @@ static class MultiSecurityHttpConfig {
             .authorizeExchange((exchanges) -> exchanges
                 .anyExchange().authenticated()
             )
-            .httpBasic(withDefaults())                                                      <5>
+            .httpBasic(withDefaults());                                                     <5>
         return http.build();
     }