From adb878680c7df174c5d0b68e9fa544200a73632a Mon Sep 17 00:00:00 2001 From: Damien Carrier Date: Fri, 25 Aug 2023 14:01:40 +0200 Subject: [PATCH] [Server] Fix typo in Symfony Local Web Server page --- setup/symfony_server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/symfony_server.rst b/setup/symfony_server.rst index c89a3e23f2a..a12feb7a5c4 100644 --- a/setup/symfony_server.rst +++ b/setup/symfony_server.rst @@ -60,7 +60,7 @@ run the Symfony server in the background: On macOS, when starting the Symfony server you might see a warning dialog asking *"Do you want the application to accept incoming network connections?"*. - This happens when running unsigned appplications that are not listed in the + This happens when running unsigned applications that are not listed in the firewall list. The solution is to run this command that signs the Symfony binary: .. code-block:: terminal