Browse Source

Update configuration.adoc

Fixing typo in documentation

Issue gh-12628
pull/14389/head
nkilchenmann 2 years ago committed by Steve Riesenberg
parent
commit
ae7ae1ffee
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
  1. 2
      docs/modules/ROOT/pages/migration-7/configuration.adoc

2
docs/modules/ROOT/pages/migration-7/configuration.adoc

@ -114,5 +114,5 @@ public class SecurityConfig { @@ -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.

Loading…
Cancel
Save