summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-10-06 11:00:36 -0400
committerTim Graham <timograham@gmail.com>2016-10-06 11:01:47 -0400
commitc2853807bc4899e0839877a75e0b487f4f7b72a9 (patch)
treea15824360b7351ac1b815c73f3b31360445446f0 /docs/internals/contributing/writing-code
parent86ebc4e524574112ef1c6ec3ebece753a2a3771c (diff)
[1.10.x] Fixed docs typos in lines ending with a dash.
Backport of e261337eea46b472c92cf1c351b22d62a7045e11 from master
Diffstat (limited to 'docs/internals/contributing/writing-code')
-rw-r--r--docs/internals/contributing/writing-code/working-with-git.txt4
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