Skip to content

Commit 3041e12

Browse files
authored
Typo fix : rolse ⮞ roles
1 parent dcac235 commit 3041e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/access_control.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Take the following ``access_control`` entries as an example:
8787
],
8888
[
8989
'path' => '^/admin',
90-
'rolse' => 'ROLE_USER_HOST',
90+
'roles' => 'ROLE_USER_HOST',
9191
'host' => 'symfony\.com$',
9292
],
9393
[

0 commit comments

Comments
 (0)