Skip to content

Commit d1a9646

Browse files
committed
minor #15259 Fix typo (fbnlsr)
This PR was submitted for the 5.2 branch but it was merged into the 4.4 branch instead. Discussion ---------- Fix typo <!-- 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 `5.x` for features of unreleased versions). --> Commits ------- e17d15d Fix typo
2 parents 6d99029 + e17d15d commit d1a9646

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

frontend/encore/dev-server.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ While developing, instead of using ``yarn encore dev --watch``, you can use the
88
99
$ yarn encore dev-server
1010
11-
This builds and serves the front-end assets from a new server. This server runs at
12-
``localhost:8080`` by default, meaning your build assets are available at ``localhost:8080/build``.
13-
This server does not actually write the files to disk; instead it servers them from memory,
11+
This builds and serves the front-end assets from a new server. This server runs at
12+
``localhost:8080`` by default, meaning your build assets are available at ``localhost:8080/build``.
13+
This server does not actually write the files to disk; instead it serves them from memory,
1414
allowing for hot module reloading.
1515

16-
As a consequence, the ``link`` and ``script`` tags need to point to the new server. If you're using the
17-
``encore_entry_script_tags()`` and ``encore_entry_link_tags()`` Twig shortcuts (or are
18-
:ref:`processing your assets through entrypoints.json <load-manifest-files>` in some other way),
16+
As a consequence, the ``link`` and ``script`` tags need to point to the new server. If you're using the
17+
``encore_entry_script_tags()`` and ``encore_entry_link_tags()`` Twig shortcuts (or are
18+
:ref:`processing your assets through entrypoints.json <load-manifest-files>` in some other way),
1919
you're done: the paths in your templates will automatically point to the dev server.
2020

2121
The ``dev-server`` command supports all the options defined by `webpack-dev-server`_.

0 commit comments

Comments
 (0)