We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents defb142 + 13b2fc5 commit 6aa729cCopy full SHA for 6aa729c
frontend/encore/simple-example.rst
@@ -50,7 +50,7 @@ of your project. It already holds the basic config you need:
50
51
// ...
52
53
-They *key* part is ``addEntry()``: this tells Encore to load the ``assets/js/app.js``
+The *key* part is ``addEntry()``: this tells Encore to load the ``assets/js/app.js``
54
file and follow *all* of the ``require()`` statements. It will then package everything
55
together and - thanks to the first ``app`` argument - output final ``app.js`` and
56
``app.css`` files into the ``public/build`` directory.
0 commit comments