We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03253e5 commit b158252Copy full SHA for b158252
book/routing.rst
@@ -755,7 +755,7 @@ routing system can be:
755
756
As you've seen, this route will only match if the ``{culture}`` portion of
757
the URL is either ``en`` or ``fr`` and if the ``{year}`` is a number. This
758
-route also shows how you can use a period between placeholders instead of
+route also shows how you can use a dot between placeholders instead of
759
a slash. URLs matching this route might look like:
760
761
* ``/articles/en/2010/my-post``
0 commit comments