fix grammar
diff --git a/src/git.md b/src/git.md
index 687830a..8f0511a 100644
--- a/src/git.md
+++ b/src/git.md
@@ -344,7 +344,7 @@
 up-to-date with upstream changes:
 
 Using `git pull upstream master` while on your local master branch regularly
-will keep it up-to-date. You will also want to rebase your feature branches
+will keep it up-to-date. You will also want to keep your feature branches
 up-to-date as well. After pulling, you can checkout the feature branches
 and rebase them: