We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f201022 commit 8da4e6cCopy full SHA for 8da4e6c
COLLABORATOR_GUIDE.md
@@ -218,7 +218,7 @@ $ git push origin v1.x
218
With git, there's a way to override remote trees by force pushing
219
(`git push -f`). This should generally be seen as forbidden (since
220
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
+against) but is allowed for simpler slip-ups such as typos in commit
222
messages. You are only allowed to force push to any io.js branch
223
within 10 minutes from your original push. After that period passes,
224
consider the commit final.
0 commit comments