From ae7ae1ffee69385e3a07b65e024c54588c7561bc Mon Sep 17 00:00:00 2001 From: nkilchenmann <63207551+nkilchenmann@users.noreply.github.com> Date: Mon, 25 Dec 2023 12:35:52 +0100 Subject: [PATCH] Update configuration.adoc Fixing typo in documentation Issue gh-12628 --- docs/modules/ROOT/pages/migration-7/configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/migration-7/configuration.adoc b/docs/modules/ROOT/pages/migration-7/configuration.adoc index d6ca381fde..3da0e93468 100644 --- a/docs/modules/ROOT/pages/migration-7/configuration.adoc +++ b/docs/modules/ROOT/pages/migration-7/configuration.adoc @@ -114,5 +114,5 @@ public class SecurityConfig { The Lambda DSL was created to accomplish to following goals: - Automatic indentation makes the configuration more readable. -- The is no need to chain configuration options using `.and()` +- There is no need to chain configuration options using `.and()` - The Spring Security DSL has a similar configuration style to other Spring DSLs such as Spring Integration and Spring Cloud Gateway.