소스 검색

Merge branch '6.1.x' into 6.2.x

Steve Riesenberg 1 년 전
부모
커밋
d9f2c048c2
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,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