Skip to content

Commit 13b2fc5

Browse files
committed
minor #13859 fix typo (nabbisen)
This PR was submitted for the 5.1 branch but it was merged into the 3.4 branch instead. Discussion ---------- fix typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 ------- 7f06f20 fix typo
2 parents a9d56c3 + 7f06f20 commit 13b2fc5

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 ``web/build`` directory.

0 commit comments

Comments
 (0)