Skip to content

Commit 0ece75d

Browse files
committed
minor #21328 [Webpack Encore] Modify the call of a Symfony command (lbbyf)
This PR was submitted for the 7.3 branch but it was merged into the 6.4 branch instead. Discussion ---------- [Webpack Encore] Modify the call of a Symfony command <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `7.x` for features of unreleased versions). --> Commits ------- bf7f7f2 Update advanced-config.rst
2 parents c2be2d0 + bf7f7f2 commit 0ece75d

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
@@ -165,7 +165,7 @@ Use the following command to find the right service:
165165

166166
.. code-block:: terminal
167167
168-
$ php bin/console console debug:container entrypoint_lookup
168+
$ php bin/console debug:container entrypoint_lookup
169169
170170
# You will see a result similar to this:
171171
Select one of the following services to display its information:

0 commit comments

Comments
 (0)