10000 Fix typo · Nek-/symfony-docs@e17d15d · GitHub
[go: up one dir, main page]

Skip to content

Commit e17d15d

Browse files
fbnlsrjaviereguiluz
authored andcommitted
Fix typo
1 parent 6d99029 commit e17d15d

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