Minor spelling fix.

This commit is contained in:
Nathan Weizenbaum 2008-11-28 23:55:31 -08:00
parent fe46a65d4e
commit 35a5f0d91d
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ $LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)
# Once it's installed, all view files with the ".html.haml" extension
# will be compiled using Haml.
#
# To run Haml from the commandline, just use
# To run Haml from the command line, just use
#
# haml input.haml output.html
#

View File

@ -51,7 +51,7 @@ $LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)
# Then, whenever necessary, they're compiled into corresponding CSS files in public/stylesheets.
# For instance, public/stylesheets/sass/main.sass would be compiled to public/stylesheets/main.css.
#
# To run Sass from the commandline, just use
# To run Sass from the command line, just use
#
# sass input.sass output.css
#