Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit f0a7fba

Browse files
authored
Merge pull request #74 from robertoschwald/patch-2
Fix typo
2 parents 8eaff4b + f8ddc8c commit f0a7fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Spring Security Core example:
116116
```groovy
117117
grails.plugin.springsecurity.controllerAnnotations.staticRules = [
118118
[pattern:"/console/**", access:['ROLE_ADMIN']],
119-
[pattern:"/plugins/console*/**", access:['ROLE_ADMIN'], // Grails 2.x
119+
[pattern:"/plugins/console*/**", access:['ROLE_ADMIN']], // Grails 2.x
120120
[pattern:"/static/console/**", access:['ROLE_ADMIN']], // Grails 3.x
121121
]
122122
```

0 commit comments

Comments
 (0)