Skip to content

Commit 8c0ca22

Browse files
committed
bug #12245 Fix comment to actually be a comment in code block (jdreesen)
This PR was merged into the 3.4 branch. Discussion ---------- Fix comment to actually be a comment in code block <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 090065c Fix comment to actually be a comment in code block
2 parents b5b99f4 + 090065c commit 8c0ca22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: frontend/encore/babel.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cache directory:
4646

4747
.. code-block:: terminal
4848
49-
$ On Unix run this command. On Windows, clear this directory manually
49+
# On Unix run this command. On Windows, clear this directory manually
5050
$ rm -rf node_modules/.cache/babel-loader/
5151
5252
Creating a .babelrc File

0 commit comments

Comments
 (0)