Skip to content

Commit c5ca756

Browse files
committed
minor #18788 [Server] Fix typo in Symfony Local Web Server page (Damien Carrier)
This PR was merged into the 5.4 branch. Discussion ---------- [Server] Fix typo in Symfony Local Web Server page Hello, I found a small typo in the [Symfony Local Web Server](https://symfony.com/doc/current/setup/symfony_server.html) page. Fixing it. Thanks for the reviews 🙏 Commits ------- adb8786 [Server] Fix typo in Symfony Local Web Server page
2 parents 123bc51 + adb8786 commit c5ca756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/symfony_server.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ run the Symfony server in the background:
6060

6161
On macOS, when starting the Symfony server you might see a warning dialog asking
6262
*"Do you want the application to accept incoming network connections?"*.
63-
This happens when running unsigned appplications that are not listed in the
63+
This happens when running unsigned applications that are not listed in the
6464
firewall list. The solution is to run this command that signs the Symfony binary:
6565

6666
.. code-block:: terminal

0 commit comments

Comments
 (0)