diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2013-12-18 20:44:32 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-12-18 20:49:30 -0500 |
commit | 04a652a99a7d7dddf8ef377a9be204b205e41807 (patch) | |
tree | ddce4d19fbad344e5d4b48514a6a51fa11e51ec4 | |
parent | c4e88083d27f431b595e96bda6a20dd7d162761d (diff) | |
download | jquery-04a652a99a7d7dddf8ef377a9be204b205e41807.tar.gz jquery-04a652a99a7d7dddf8ef377a9be204b205e41807.zip |
Readme: Fix typo, thanks @tcort
(cherry picked from commit 84190105c0f2acb39f33810678c36e4536bd1692)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ Now by running `grunt` command, in the jquery directory, you could build full ve grunt ``` -There are many other tasks avaliable for jQuery Core: +There are many other tasks available for jQuery Core: ``` grunt -help ``` |