Skip to content

Commit 78e7e2b

Browse files
committed
minor #12550 Fix a few misprints (bocharsky-bw)
This PR was merged into the 3.4 branch. Discussion ---------- Fix a few misprints <!-- 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 ------- 2589c3c Fix a few misprints
2 parents 93d5d91 + 2589c3c commit 78e7e2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/encore/simple-example.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Instead of using ``require()`` and ``module.exports`` like shown above, JavaScri
183183
provides an alternate syntax based on the `ECMAScript 6 modules`_ that includes
184184
the ability to use dynamic imports.
185185

186-
To export values, use ``exports``:
186+
To export values, use ``export``:
187187

188188
.. code-block:: diff
189189
@@ -343,7 +343,7 @@ This will output a new ``some_page.css``.
343343
Keep Going!
344344
-----------
345345

346-
Encore support many more features! For a full list of what you can do, see
346+
Encore supports many more features! For a full list of what you can do, see
347347
`Encore's index.js file`_. Or, go back to :ref:`list of Encore articles <encore-toc>`.
348348

349349
.. _`Encore's index.js file`: https://github.com/symfony/webpack-encore/blob/master/index.js

0 commit comments

Comments
 (0)