diff --git a/modules/authorize/docs/authorize.md b/modules/authorize/docs/authorize.md
index 4521e3015e06255ea42a45d106f1b3c5d4579a49..d18964d63cc939bee4d438fea832e8d2c28c53c2 100644
--- a/modules/authorize/docs/authorize.md
+++ b/modules/authorize/docs/authorize.md
@@ -59,7 +59,7 @@ For unstructured attributes use `^` and `$` to anchor your regex as necessary:
         'class' => 'authorize:Authorize',
         'uid'   =>  [
             '/^.*@example.com$/',
-            // Use anchors to prevent matching 'wronguser1@exampled.edu.attacker.com'
+            // Use anchors to prevent matching 'wronguser1@example.edu.attacker.com'
             '/^(user1|user2|user3)@example.edu$/',
         ],
         'schacUserStatus' => '@urn:mace:terena.org:userStatus:' .