Merge pull request #80 from fpapon/INFRA-21748

[INFRA-21748] Rename Shiro master branch to main
diff --git a/10-minute-tutorial.md.vtl b/10-minute-tutorial.md.vtl
index 07cff81..867e921 100644
--- a/10-minute-tutorial.md.vtl
+++ b/10-minute-tutorial.md.vtl
@@ -158,7 +158,7 @@
 We can also see if they have a permission to act on a certain type of entity:
 
 ``` java
-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.");
diff --git a/subject.md.vtl b/subject.md.vtl
index 3bbbdc0..a6f5676 100644
--- a/subject.md.vtl
+++ b/subject.md.vtl
@@ -104,7 +104,7 @@
 We can also see if they have a [permission](permissions.html "Permissions") to act on a certain type of entity:
 
 ``` java
-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.");