]> source.dussan.org Git - jquery.git/commitdiff
No ticket: Correct typo in README section "rebasing". Close gh-1398.
authorDominik D. Geyer <dominik.geyer@gmail.com>
Fri, 11 Oct 2013 13:09:56 +0000 (15:09 +0200)
committerRichard Gibson <richard.gibson@gmail.com>
Fri, 11 Oct 2013 15:07:59 +0000 (11:07 -0400)
README.md

index f3fdfe43463cd46f332878512298bba492c6b7f3..c751ccb0824e60de97e370bd9d599c55b39c00df 100644 (file)
--- a/README.md
+++ b/README.md
@@ -201,7 +201,7 @@ git clean -fdx
 
 ### rebasing ###
 
-For feature/topic branches, you should always used the `--rebase` flag to `git pull`, or if you are usually handling many temporary "to be in a github pull request" branches, run following to automate this:
+For feature/topic branches, you should always use the `--rebase` flag to `git pull`, or if you are usually handling many temporary "to be in a github pull request" branches, run following to automate this:
 
 ```bash
 git config branch.autosetuprebase local