Skip to content

[Server] Fix typo in Symfony Local Web Server page #18788

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Server] Fix typo in Symfony Local Web Server page
  • Loading branch information
Damien Carrier committed Aug 25, 2023
commit adb878680c7df174c5d0b68e9fa544200a73632a
2 changes: 1 addition & 1 deletion setup/symfony_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down