Skip to content

Commit 9b39e81

Browse files
committed
minor #10408 typo fix (ptrm04)
This PR was merged into the 2.8 branch. Discussion ---------- typo fix <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- 8bc9a0e typo fix
2 parents 3c968f5 + 8bc9a0e commit 9b39e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/built_in_web_server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ can change the socket passing an IP address and a port as a command-line argumen
5858
5959
$ php app/console server:status 192.168.0.1:8080
6060
61-
The first command shows if your Symfony application will be server through
61+
The first command shows if your Symfony application will be served through
6262
``localhost:8000``, the second one does the same for ``192.168.0.1:8080``.
6363

6464
.. note::

0 commit comments

Comments
 (0)