docs: Fix a typo in version-control.md.

This commit is contained in:
Alena Volkova 2017-09-17 23:40:08 -04:00 committed by Tim Abbott
parent 6c0ea18ea9
commit e216801be8
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ their own commits.
It can take some practice to get used to writing your commits with a
clean history so that you don't spend much time doing interactive
rebases. For example, often you'll start adding a feature, and discover
you need to a refactoring partway through writing the feature. When that
you need to do a refactoring partway through writing the feature. When that
happens, we recommend you stash your partial feature, do the refactoring,
commit it, and then unstash and finish implementing your feature.