Browse Source

fix typo in documentation: index.adoc

1) for more on information on how the Spring Security `AuthenticationManager` is -> for more information on how the Spring Security `AuthenticationManager` is`

2) all the sames things -> all the same things
Rissy Lin 7 years ago
parent
commit
4fbfb710f5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/manual/src/docs/asciidoc/index.adoc

+ 2 - 2
docs/manual/src/docs/asciidoc/index.adoc

@@ -872,7 +872,7 @@ public class HelloWebfluxSecurityConfig {
 }
 }
 -----
 -----
 
 
-This configuration explicitly sets up all the sames things as our minimal configuration.
+This configuration explicitly sets up all the same things as our minimal configuration.
 From here you can easily make the changes to the defaults.
 From here you can easily make the changes to the defaults.
 
 
 [[jc-oauth2login]]
 [[jc-oauth2login]]
@@ -2216,7 +2216,7 @@ You can also use standard `AuthenticationProvider` beans as follows
 
 
 ----
 ----
 
 
-where `myAuthenticationProvider` is the name of a bean in your application context which implements `AuthenticationProvider`. You can use multiple `authentication-provider` elements, in which case the providers will be queried in the order they are declared. See <<ns-auth-manager>> for more on information on how the Spring Security `AuthenticationManager` is configured using the namespace.
+where `myAuthenticationProvider` is the name of a bean in your application context which implements `AuthenticationProvider`. You can use multiple `authentication-provider` elements, in which case the providers will be queried in the order they are declared. See <<ns-auth-manager>> for more information on how the Spring Security `AuthenticationManager` is configured using the namespace.
 
 
 [[ns-password-encoder]]
 [[ns-password-encoder]]
 ===== Adding a Password Encoder
 ===== Adding a Password Encoder