Skip to content

Commit 725e359

Browse files
Doremi203jzheaux
authored andcommitted
Removed extra import word
1 parent 5bffa4e commit 725e359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/reactive/configuration/webflux.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class HelloWebfluxSecurityConfig {
132132
======
133133

134134
[NOTE]
135-
Make sure to import the `import org.springframework.security.config.web.server.invoke` function to enable the Kotlin DSL in your class, as the IDE will not always auto-import the method, causing compilation issues.
135+
Make sure to import the `org.springframework.security.config.web.server.invoke` function to enable the Kotlin DSL in your class, as the IDE will not always auto-import the method, causing compilation issues.
136136

137137
This configuration explicitly sets up all the same things as our minimal configuration.
138138
From here, you can more easily make changes to the defaults.

0 commit comments

Comments
 (0)