Skip to content

Commit 58543d8

Browse files
authored
Typo: Update authorize-http-requests.adoc
'patters' -> 'pattern
1 parent 421bf9e commit 58543d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authorization/authorize-http-requests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ Xml::
805805
</http>
806806
----
807807
======
808-
<1> We specified a URL patters that any user can access.
808+
<1> We specified a URL pattern that any user can access.
809809
Specifically, any user can access a request if the URL starts with "/static/".
810810
<2> Any URL that starts with "/admin/" will be restricted to users who have the role "ROLE_ADMIN".
811811
You will notice that since we are invoking the `hasRole` method we do not need to specify the "ROLE_" prefix.

0 commit comments

Comments
 (0)