diff --git a/Workflow for documentation production in OSM.md b/Workflow for documentation production in OSM.md
index fa4228e964ff5267308ced59534a768d7b7881f0..bc69c897b7b149d66a8a8bd6b3e2fb6629670c9d 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: