Update FAQ.md

This commit is contained in:
scjane 2017-02-22 14:35:29 +08:00 committed by GitHub
parent 80483cd487
commit a72f1e14df
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ Most [editors have plug-ins](https://github.com/golang/go/wiki/IDEsAndTextEditor
* Squash your commits into logical units of work using
`git rebase -i` and `git push -f`.
* If your code requires a change to tests or documentation, include code,test,
* If your code requires a change to tests or documentation, include code, test,
and documentation changes in the same commit as your code; this ensures a
revert would remove all traces of the feature or fix.