Skip to content

Commit ceb0df5

Browse files
committed
minor #18099 Minor syntax issue in Symfony Server article (javiereguiluz)
This PR was merged into the 5.4 branch. Discussion ---------- Minor syntax issue in Symfony Server article Sorry I mixed the Markdown and RST syntaxes for italics. `@OskarStark` maybe we can add a rule to DOCtor-RST to detect the wrong usages of `_some text_` ? Thanks. Commits ------- bbbaa10 Minor syntax issue in Symfony Server article
2 parents aad5bf5 + bbbaa10 commit ceb0df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/symfony_server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ run the Symfony server in the background:
5959
.. tip::
6060

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

0 commit comments

Comments
 (0)