Skip to content

Commit 1b1fc33

Browse files
committed
minor #18552 docs: fix typos (FannyGautierr)
This PR was merged into the 6.4 branch. Discussion ---------- docs: fix typos Hey 👋, This PR will fix : 1 typo in `components/uid.rst` 1 typo in `reference/configuration/framework.rst` 1 typo in `routing.rst` 1 typo in `setup/symfony_server.rst` Best! Commits ------- fa32287 docs: fix typo
2 parents d27aa6d + fa32287 commit 1b1fc33

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/uid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ commands to learn about all their options):
572572
# generate 1 ULID with a specific timestamp
573573
$ php bin/console ulid:generate --time="2021-02-02 14:00:00"
574574
575-
# generate 2 ULIDs and ouput them in RFC4122 format
575+
# generate 2 ULIDs and output them in RFC4122 format
576576
$ php bin/console ulid:generate --count=2 --format=rfc4122
577577
578578
In addition to generating new UIDs, you can also inspect them with the following

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ handle_all_throwables
5858
**type**: ``boolean`` **default**: ``false``
5959

6060
If set to ``true``, the Symfony kernel will catch all ``\Throwable`` exceptions
61-
thrown by the application and will turn them into HTTP reponses.
61+
thrown by the application and will turn them into HTTP responses.
6262

6363
Starting from Symfony 7.0, the default value of this option will be ``true``.
6464

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2672,7 +2672,7 @@ service, which you can inject in your services or controllers::
26722672
{
26732673
// ...
26742674

2675-
// generate a URL youself or get it somehow...
2675+
// generate a URL yourself or get it somehow...
26762676
$url = 'https://example.com/foo/bar?sort=desc';
26772677

26782678
// sign the URL (it adds a query parameter called '_hash')

setup/symfony_server.rst

Lines changed: 1 addition & 1 deletion
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)