diff --git a/setup/built_in_web_server.rst b/setup/built_in_web_server.rst index deb6401505f..32f1c78a359 100644 --- a/setup/built_in_web_server.rst +++ b/setup/built_in_web_server.rst @@ -58,7 +58,7 @@ can change the socket passing an IP address and a port as a command-line argumen $ php app/console server:status 192.168.0.1:8080 - The first command shows if your Symfony application will be server through + The first command shows if your Symfony application will be served through ``localhost:8000``, the second one does the same for ``192.168.0.1:8080``. .. note::