Skip to content

Commit 3058612

Browse files
committed
Fixing a few syntaxish errors
1 parent 28f398d commit 3058612

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirejs-bower-grunt.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Then activate its tasks in ``Gruntfile.js``:
209209
};
210210
211211
We'll create 2 subtasks: one for cleaning out ``web/assets`` before copying
212-
and another for cleaning out the ``web/assets/sass`` directory *after copying:
212+
and another for cleaning out the ``web/assets/sass`` directory *after* copying:
213213

214214
.. code-block:: javascript
215215
@@ -258,4 +258,5 @@ Have fun!
258258
.. _`knpuniversity/symfonycon-frontend`: https://github.com/knpuniversity/symfonycon-frontend
259259
.. _`assets-in-root`: https://github.com/knpuniversity/symfonycon-frontend/tree/assets-in-root
260260
.. _`grunt-contrib-copy`: https://github.com/gruntjs/grunt-contrib-copy
261+
.. _`grunt-contrib-clean`: https://github.com/gruntjs/grunt-contrib-clean
261262
.. _`Matt Davis`: https://twitter.com/mdavis1982

0 commit comments

Comments
 (0)