Skip to content

Commit 8da4e6c

Browse files
committed
fixup! typo
1 parent f201022 commit 8da4e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COLLABORATOR_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ $ git push origin v1.x
218218
With git, there's a way to override remote trees by force pushing
219219
(`git push -f`). This should generally be seen as forbidden (since
220220
you're rewriting history on a repository other people are working
221-
against) but is allowed for simpler slip-ups such as typo's in commit
221+
against) but is allowed for simpler slip-ups such as typos in commit
222222
messages. You are only allowed to force push to any io.js branch
223223
within 10 minutes from your original push. After that period passes,
224224
consider the commit final.

0 commit comments

Comments
 (0)