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
This commit is contained in:
Rissy Lin 2018-02-07 23:59:57 +08:00 committed by Rob Winch
parent 2c519b7e74
commit 4fbfb710f5

View File

@ -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.
[[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]]
===== Adding a Password Encoder