Skip to content

Commit bbd2931

Browse files
Fixed typo ou/you
1 parent 5fc8a92 commit bbd2931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ routes with UTF-8 characters:
427427
In this route, the ``utf8`` option set to ``true`` makes Symfony consider the
428428
``.`` requirement to match any UTF-8 characters instead of just a single
429429
byte character. This means that so the following URLs would match:
430-
``/category/日本語``, ``/category/فارسی``, ``/category/한국어``, etc. In case ou
430+
``/category/日本語``, ``/category/فارسی``, ``/category/한국어``, etc. In case you
431431
are wondering, this option also allows to include and match emojis in URLs.
432432

433433
.. configuration-block::

0 commit comments

Comments
 (0)