]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.help: fix silly typo.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 10 Jan 2022 18:10:44 +0000 (10:10 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 10 Jan 2022 18:10:44 +0000 (10:10 -0800)
extra/webapps/help/help.factor

index 819d2c8184bd18b180e921691b0dc9a02d418bb0..7f3ebe14decdd30124fbd5138768efee503c9593 100644 (file)
@@ -26,7 +26,7 @@ TUPLE: help-webapp < dispatcher ;
 
             { help-webapp "search" } <chloe-content>
         ] >>display
-    <boilerplatee>
+    <boilerplate>
         { help-webapp "search" } >>template ;
 
 : help-url ( topic -- url )