]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4277: typo
authorMark Otto <markotto@twitter.com>
Sun, 5 Aug 2012 07:15:09 +0000 (00:15 -0700)
committerMark Otto <markotto@twitter.com>
Sun, 5 Aug 2012 07:15:09 +0000 (00:15 -0700)
README.md

index f3b2bf5632496c2147baacd9f21f04e1f80b33c2..22bf33f71789ccef84e293a24bc48156bc045756 100644 (file)
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ $ npm install recess connect uglify-js jshint -g
 Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <a href="http://twitter.github.com/bootstrap/less.html#compiling">Read more in our docs &raquo;</a>
 
 + **test** - `make test`
-Runs jshint and qunit tests headlessly in [phatomjs] (http://code.google.com/p/phantomjs/) (used for ci). Depends on having phatomjs installed.
+Runs jshint and qunit tests headlessly in [phatomjs] (http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.
 
 + **watch** - `make watch`
 This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.