8000 Fix a few misprints · symfony/symfony-docs@2589c3c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2589c3c

Browse files
authored
Fix a few misprints
1 parent 11ca468 commit 2589c3c

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, JavaScript
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)
0