]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/vim/vim-docs.factor
fix some typos in docs.
[factor.git] / basis / editors / vim / vim-docs.factor
index 67a916e5e25e0a8f86b291102a7f6bd124127faf..1c6d9502d329dd098b4b47f171547db5bf907333 100644 (file)
@@ -11,6 +11,6 @@ ARTICLE: "editors.vim" "Vim support"
     { "If you want to start vim in an extra terminal, use something like this:" { $code "{ \"urxvt\" \"-e\" \"vim\" } vim-path set-global" } "Replace " { $snippet "urxvt" } " by your terminal of choice." }
 }
 $nl
-"You may also wish to install Vim support files to enable syntax hilighting and other features. These are in the " { $link resource-path } " in " { $snippet "misc/vim" } "."
+"You may also wish to install Vim support files to enable syntax highlighting and other features. These are in the " { $link resource-path } " in " { $snippet "misc/vim" } "."
 { $see-also "editor" }
 ;