Skip to content

Commit 6aa729c

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: fix typo
2 parents defb142 + 13b2fc5 commit 6aa729c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/simple-example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ of your project. It already holds the basic config you need:
5050
5151
// ...
5252
53-
They *key* part is ``addEntry()``: this tells Encore to load the ``assets/js/app.js``
53+
The *key* part is ``addEntry()``: this tells Encore to load the ``assets/js/app.js``
5454
file and follow *all* of the ``require()`` statements. It will then package everything
5555
together and - thanks to the first ``app`` argument - output final ``app.js`` and
5656
``app.css`` files into the ``public/build`` directory.

0 commit comments

Comments
 (0)