From a0084a9a2534de79a2745748e74b3d9338ba5c37 Mon Sep 17 00:00:00 2001
From: Russell Jarvis <colouredstatic@gmail.com>
Date: Tue, 19 Nov 2019 10:47:31 +1100
Subject: [PATCH] Update DevelopingFrontEnd.MD

---
 Documentation/DevelopingFrontEnd.MD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/DevelopingFrontEnd.MD b/Documentation/DevelopingFrontEnd.MD
index 2cbc94f..8285b59 100644
--- a/Documentation/DevelopingFrontEnd.MD
+++ b/Documentation/DevelopingFrontEnd.MD
@@ -13,7 +13,7 @@ cd ScienceAccessibility
 ```
 
 # * ***1***: If I Change something on GitHub.
-From inside ScienceAccessibility. Run ``` git pull origin master ``` This synchronize the website with your hard drive.
+From inside the ScienceAccessibility directory you navigated to in the last step. Run ``` git pull origin master ``` This synchronize the website with your hard drive.
 
 * caveat, if you have changed some file contents in the intervening time, Git wants to help you not to over write changes. 
 
-- 
GitLab