8000 minor tweak · symfony/symfony-docs@e3d43b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit e3d43b9

Browse files
authored
minor tweak
1 parent 71fd3b7 commit e3d43b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/advanced-config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The method ``configureLoaderRule()`` provides a clean way to configure Webpack l
154154
This is a low-level method. All your modifications will be applied just before pushing the loaders rules to Webpack.
155155
It means that you can override the default configuration provided by Encore, which may break things. Be careful when using it.
156156

157-
A useful usage would be for configuring the ``eslint-loader`` to lint Vue files too.
157+
One use might be to configure the ``eslint-loader`` to lint Vue files too.
158158
The following code is equivalent:
159159

160160
.. code-block:: javascript

0 commit comments

Comments
 (0)
0