fixed spelling of hasAnyRoles tag
diff --git a/src/site/content/web.adoc b/src/site/content/web.adoc
index 5e0ca6a..9adbcd2 100644
--- a/src/site/content/web.adoc
+++ b/src/site/content/web.adoc
@@ -872,9 +872,9 @@
 
 The `lacksRole` tag is the logical opposite of the <<web_hasroletag,hasRole>> tag.
 
-=== The `hasAnyRole` tag
+=== The `hasAnyRoles` tag
 
-The `hasAnyRole` tag will display its wrapped content if the current `Subject` is assigned _any_ of the specified roles from a comma-delimited list of role names.
+The `hasAnyRoles` tag will display its wrapped content if the current `Subject` is assigned _any_ of the specified roles from a comma-delimited list of role names.
 
 For example:
 
@@ -885,7 +885,7 @@
 </shiro:hasAnyRoles>
 ----
 
-The `hasAnyRole` tag does not currently have a logically opposite tag.
+The `hasAnyRoles` tag does not currently have a logically opposite tag.
 
 [#web_haspermissiontag]
 === The `hasPermission` tag