Skip to content

Commit d46c034

Browse files
committed
minor #11189 [Encore] Fixed typo (jmsche)
This PR was squashed before being merged into the 3.4 branch (closes #11189). Discussion ---------- [Encore] Fixed typo <!-- 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 ------- 0973a01 [Encore] Fixed typo
2 parents 9e3ec95 + 0973a01 commit d46c034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/babel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The ``@babel/preset-env`` preset rewrites your JavaScript so that the final synt
4141
will work in whatever browsers you want. To configure the browsers that you need
4242
to support, see :ref:`browserslist_package_config`.
4343

44-
After change our "browerslist" config, you will need to manually remove the babel
44+
After changing your "browserslist" config, you will need to manually remove the babel
4545
cache directory:
4646

4747
.. code-block:: terminal

0 commit comments

Comments
 (0)