From 1ab923e9bdca842171662e0116bb70d696a5f0e8 Mon Sep 17 00:00:00 2001 From: gnito-org <70450336+gnito-org@users.noreply.github.com> Date: Mon, 13 Dec 2021 17:25:30 -0400 Subject: [PATCH] Correct spelling & grammar in routing.rst --- routing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routing.rst b/routing.rst index bd014cfcfb6..56eeefcd7fd 100644 --- a/routing.rst +++ b/routing.rst @@ -583,7 +583,7 @@ URL Route Parameters Parameters also support `PCRE Unicode properties`_, which are escape sequences that match generic character types. For example, ``\p{Lu}`` matches any uppercase character in any language, ``\p{Greek}`` matches any - Greek character, etc. + Greek characters, etc. .. note:: @@ -824,7 +824,7 @@ Parameter Conversion A common routing need is to convert the value stored in some parameter (e.g. an integer acting as the user ID) into another value (e.g. the object that -represents the user). This feature is called "param converter". +represents the user). This feature is called a "param converter". In case you didn't run this command before, run it now to add support for annotations and "param converters":