diff --git a/basis/help/help-docs.factor b/basis/help/help-docs.factor index 643e121f5e..2fe4edfe7f 100644 --- a/basis/help/help-docs.factor +++ b/basis/help/help-docs.factor @@ -407,7 +407,7 @@ HELP: ARTICLE: } ; HELP: ABOUT: -{ $syntax "MAIN: article" } +{ $syntax "ABOUT: article" } { $values { "article" "a help article" } } { $description "Defines the main documentation article for the current vocabulary." } ;