diff --git a/extra/qualified/qualified-docs.factor b/extra/qualified/qualified-docs.factor
index c5cb088db3..d62f696a74 100755
--- a/extra/qualified/qualified-docs.factor
+++ b/extra/qualified/qualified-docs.factor
@@ -23,7 +23,7 @@ HELP: EXCLUDE:
 { $syntax "EXCLUDE: vocab => words ... ;" }
 { $description "Imports everything from " { $snippet "vocab" } " excluding " { $snippet "words" } "." }
 { $examples { $code
-    "EXCLUDE: math.parser => bin> hex> ; ! imports everythin but bin> and hex>" } } ;
+    "EXCLUDE: math.parser => bin> hex> ; ! imports everything but bin> and hex>" } } ;
 
 HELP: RENAME:
 { $syntax "RENAME: word vocab => newname " }