瀏覽代碼

Update configuration.adoc

Fixing typo in documentation

Issue gh-12628
nkilchenmann 1 年之前
父節點
當前提交
ae7ae1ffee
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/ROOT/pages/migration-7/configuration.adoc

+ 1 - 1
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.