From 090065cbee270cd1037baa6cef4dfbb1437fc33b Mon Sep 17 00:00:00 2001
From: Jacob Dreesen <j.dreesen@neusta.de>
Date: Wed, 28 Aug 2019 10:38:50 +0200
Subject: [PATCH] Fix comment to actually be a comment in code block

---
 frontend/encore/babel.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/encore/babel.rst b/frontend/encore/babel.rst
index e1a5d9c811d..f7cba9a4892 100644
--- a/frontend/encore/babel.rst
+++ b/frontend/encore/babel.rst
@@ -46,7 +46,7 @@ cache directory:
 
 .. code-block:: terminal
 
-    $ On Unix run this command. On Windows, clear this directory manually
+    # On Unix run this command. On Windows, clear this directory manually
     $ rm -rf node_modules/.cache/babel-loader/
 
 Creating a .babelrc File