Skip to content

Commit b2b61a4

Browse files
authored
Fix typo (#899)
1 parent 890ebac commit b2b61a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/docs/introduction/configGroovy.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This structure enables environment-specific configuration such as, for example,
77

88
[NOTE]
99
====
10-
The plugin's configuration values all start with `grails.plugin.springsecurity` to distinguish them from similarly named options in Grails and from other plugins. You must specify all property overrides with the `grails.plugin.springsecurity` preffix. For example, you specify the attribute `password.algorithm` as:
10+
The plugin's configuration values all start with `grails.plugin.springsecurity` to distinguish them from similarly named options in Grails and from other plugins. You must specify all property overrides with the `grails.plugin.springsecurity` prefix. For example, you specify the attribute `password.algorithm` as:
1111
1212
[source,groovy]
1313
----

0 commit comments

Comments
 (0)