From e679834f87f23804922802f84a8421902422dbd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco-Javier=20Ram=C3=B3n=20Salguero?= <javier.ramon@telefonica.com> Date: Wed, 22 Jan 2020 00:19:24 +0100 Subject: [PATCH] Minor typo fixed in "Guide for contributors" --- Workflow for documentation production in OSM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workflow for documentation production in OSM.md b/Workflow for documentation production in OSM.md index fa4228e..bc69c89 100644 --- a/Workflow for documentation production in OSM.md +++ b/Workflow for documentation production in OSM.md @@ -149,7 +149,7 @@ git checkout -b BranchNewSection In case you forgot to create your branch (or moving to it) and made a number of commits directly to your `master` branch by mistake, you will need to use a procedure to move them to a branch, or you will be unable to work with you remote origin. -To achieve it, you can still following some steps to fix your Git history and move the commits to the right place. +To achieve it, you can still follow some steps to fix your Git history and move the commits to the right place. Note that **this procedure needs to be followed exactly as it is described** or might lead to unintended loss of commits. In particular, you should understand that: -- GitLab