From c2853807bc4899e0839877a75e0b487f4f7b72a9 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 6 Oct 2016 11:00:36 -0400 Subject: [1.10.x] Fixed docs typos in lines ending with a dash. Backport of e261337eea46b472c92cf1c351b22d62a7045e11 from master --- docs/internals/contributing/writing-code/working-with-git.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/internals/contributing/writing-code') 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 -- cgit v1.3