This is an automated email from the ASF dual-hosted git repository.
bdemers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/master by this push:
new 14e00cf fixing typo in tutorial.md
14e00cf is described below
commit 14e00cfbfcccc1d8682eb97d7139d2e8e8ee2878
Author: Brian Demers <[email protected]>
AuthorDate: Mon Jul 1 10:48:05 2019 -0400
fixing typo in tutorial.md
---
tutorial.md.vtl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tutorial.md.vtl b/tutorial.md.vtl
index c2d8fbe..c12e654 100644
--- a/tutorial.md.vtl
+++ b/tutorial.md.vtl
@@ -450,7 +450,7 @@ public class Tutorial {
}
//test a typed permission (not instance-level)
- if (currentUser.isPermitted("lightsaber:weild")) {
+ if (currentUser.isPermitted("lightsaber:wield")) {
log.info("You may use a lightsaber ring. Use it wisely.");
} else {
log.info("Sorry, lightsaber rings are for schwartz masters only.");