We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c4101 commit 0a32a54Copy full SHA for 0a32a54
1 file changed
CONTRIBUTING.md
@@ -19,7 +19,7 @@ To submit a change for inclusion, please do the following:
19
20
### Squash commits
21
22
-If your have a pull request on GitHub, and updated more than once, it's better to squash all commits.
+If you have a pull request on GitHub, and updated more than once, it's better to squash all commits.
23
24
1. Identify how many commits you made since you began: ``git log``.
25
2. Squash these commits by N: ``git rebase -i HEAD~N`` .
0 commit comments