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:08:38 -0400
commitc733b4819a64d9f550418dea84103bf37f842db5 (patch)
treeb6c465e24ff16f0232ca8a72e5749677ee5fe876 /README.md
parentf6694208aa3c188ddbb24d9e63125b3f067cf4ec (diff)
downloadjquery-c733b4819a64d9f550418dea84103bf37f842db5.tar.gz
jquery-c733b4819a64d9f550418dea84103bf37f842db5.zip
No ticket: Correct typo in README section "rebasing". Close gh-1398.
(cherry picked from commit 943dc6cf834a57b5bffe99314add0a4d397201ce)
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 bf20e8d11..8bbcef3d1 100644
--- 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