Skip to content

Commit 0a32a54

Browse files
Fix CONTRIBUTING.md spelling mistake (#9511)
1 parent c3c4101 commit 0a32a54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To submit a change for inclusion, please do the following:
1919

2020
### Squash commits
2121

22-
If your have a pull request on GitHub, and updated more than once, it's better to squash all commits.
22+
If you have a pull request on GitHub, and updated more than once, it's better to squash all commits.
2323

2424
1. Identify how many commits you made since you began: ``git log``.
2525
2. Squash these commits by N: ``git rebase -i HEAD~N`` .

0 commit comments

Comments
 (0)