diff --git a/Documentation/DevelopingFrontEnd.MD b/Documentation/DevelopingFrontEnd.MD
index 8b6312f298313ff2cff6c95212d3432762139185..7e6f13e5c4158c90581ad686bc0de33d93e8f04c 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```