Skip to content

Commit 61b2945

Browse files
committed
minor #8110 Update advanced-config.rst (ostretsov)
This PR was merged into the 3.3 branch. Discussion ---------- Update advanced-config.rst Commits ------- 01885bd Update advanced-config.rst
2 parents 756352f + 01885bd commit 61b2945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/encore/advanced-config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Quite simply, Encore generates the Webpack configuration that's used in your
66
`configuration options`_, because many can be easily added on your own.
77

88
For example, suppose you need to set `Webpack's watchOptions`_ setting. To do that,
9-
modify the config after fetching the it from Encore:
9+
modify the config after fetching it from Encore:
1010

1111
.. code-block:: javascript
1212
@@ -41,4 +41,4 @@ But be careful not to accidentally override any config from Encore:
4141
// config.resolve.extensions = ['json'];
4242
4343
.. _`configuration options`: https://webpack.js.org/configuration/
44-
.. _`Webpack's watchOptions`: https://webpack.js.org/configuration/watch/#watchoptions
44+
.. _`Webpack's watchOptions`: https://webpack.js.org/configuration/watch/#watchoptions

0 commit comments

Comments
 (0)