From 45dc5c13b1f8136b59c01bc6e5f7b596dd5e7014 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 --- 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 42632bc37be..0a06694f951 100644 --- a/docs/modules/ROOT/pages/migration-7/configuration.adoc +++ b/docs/modules/ROOT/pages/migration-7/configuration.adoc @@ -114,7 +114,7 @@ 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. == Use `.with()` instead of `.apply()` for Custom DSLs