diff options
| author | Tim Graham <timograham@gmail.com> | 2016-10-06 11:00:36 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-10-06 11:01:20 -0400 |
| commit | e261337eea46b472c92cf1c351b22d62a7045e11 (patch) | |
| tree | 3a0a3746b5a93004b0d0f32adbfa3a9e7ca497e6 /docs/internals/contributing/writing-code/working-with-git.txt | |
| parent | 5d35181de4a9d693c4702680974b30db3035a0c9 (diff) | |
Fixed docs typos in lines ending with a dash.
Diffstat (limited to 'docs/internals/contributing/writing-code/working-with-git.txt')
| -rw-r--r-- | docs/internals/contributing/writing-code/working-with-git.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/contributing/writing-code/working-with-git.txt b/docs/internals/contributing/writing-code/working-with-git.txt index 00f9b79c09..d2e45ad829 100644 --- a/docs/internals/contributing/writing-code/working-with-git.txt +++ b/docs/internals/contributing/writing-code/working-with-git.txt @@ -179,8 +179,8 @@ commit, for example to fix a typo in a docstring:: # The second and third commits should be applied. If your topic branch is already published at GitHub, for example if you're -making minor changes to take into account a review, you will need to force- -push the changes:: +making minor changes to take into account a review, you will need to force-push +the changes:: git push -f origin ticket_xxxxx |
