Skip to content

Commit 75ae4ed

Browse files
authored
Merge pull request #37 from phoenixatom/patch-1
2 parents 4ba549c + 4aeb712 commit 75ae4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Use `http://<your-app>/role` url to manage roles and assign access to a role.
108108
109109
Use `http://<your-app>/userrole` url to assign roles to users.
110110
111-
You can also use a custom `TageHelper` to check whether the user has access to view content or not. create a custom tag helper that inherits from `SecureContentTagHelper`
111+
You can also use a custom `TagHelper` to check whether the user has access to view content or not. create a custom tag helper that inherits from `SecureContentTagHelper`
112112

113113
```c#
114114
[HtmlTargetElement("secure-content")]

0 commit comments

Comments
 (0)