]> 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:08:38 +0000 (11:08 -0400)
(cherry picked from commit 943dc6cf834a57b5bffe99314add0a4d397201ce)

README.md

index bf20e8d11bef65f6c028a864bb5841d1e151539c..8bbcef3d1eb46952cb169e7a58dc5c977055a874 100644 (file)
--- a/README.md
+++ b/README.md
@@ -199,7 +199,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