Skip to content

Commit

Permalink
fixup! typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergstroem committed Apr 14, 2015
1 parent f201022 commit 8da4e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ $ git push origin v1.x
With git, there's a way to override remote trees by force pushing
(`git push -f`). This should generally be seen as forbidden (since
you're rewriting history on a repository other people are working
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
messages. You are only allowed to force push to any io.js branch
within 10 minutes from your original push. After that period passes,
consider the commit final.

0 comments on commit 8da4e6c

Please sign in to comment.