aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik D. Geyer <dominik.geyer@gmail.com>2013-10-11 15:09:56 +0200
committerRichard Gibson <richard.gibson@gmail.com>2013-10-11 11:07:59 -0400
commit943dc6cf834a57b5bffe99314add0a4d397201ce (patch)
treec670de132e8a59587a7efb339b559110d544e1f7 /README.md
parenta9f1cb89df999805038ef2ff2c2fdceb3b78dd76 (diff)
downloadjquery-943dc6cf834a57b5bffe99314add0a4d397201ce.tar.gz
jquery-943dc6cf834a57b5bffe99314add0a4d397201ce.zip
No ticket: Correct typo in README section "rebasing". Close gh-1398.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f3fdfe434..c751ccb08 100644
--- 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