From d68665d844f26cd40761e6a245bd88d851a11a74 Mon Sep 17 00:00:00 2001 From: Russell Jarvis <colouredstatic@gmail.com> Date: Mon, 18 Nov 2019 11:58:26 +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 8b6312f..7e6f13e 100644 --- a/Documentation/DevelopingFrontEnd.MD +++ b/Documentation/DevelopingFrontEnd.MD @@ -41,5 +41,5 @@ You may also feel the need to tweak the last lines of [this file](https://github When the app works move your changes back onto the website with: ```git add filename.py``` -```git commit -m 'work-done'" +```git commit -m 'work-done'"``` ```git push origin master``` -- GitLab