From 4fbfb710f5ed3e9e33e2182e7e2f0650f6bc1216 Mon Sep 17 00:00:00 2001 From: Rissy Lin Date: Wed, 7 Feb 2018 23:59:57 +0800 Subject: [PATCH] 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 --- docs/manual/src/docs/asciidoc/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index 986db42460..96dc398106 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/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. [[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 <> 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 <> for more information on how the Spring Security `AuthenticationManager` is configured using the namespace. [[ns-password-encoder]] ===== Adding a Password Encoder