File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ URL Route Parameters
583583 Parameters also support `PCRE Unicode properties `_, which are escape
584584 sequences that match generic character types. For example, ``\p{Lu} ``
585585 matches any uppercase character in any language, ``\p{Greek} `` matches any
586- Greek character , etc.
586+ Greek characters , etc.
587587
588588.. note ::
589589
@@ -824,7 +824,7 @@ Parameter Conversion
824824
825825A common routing need is to convert the value stored in some parameter (e.g. an
826826integer acting as the user ID) into another value (e.g. the object that
827- represents the user). This feature is called "param converter".
827+ represents the user). This feature is called a "param converter".
828828
829829In case you didn't run this command before, run it now to add support for
830830annotations and "param converters":
You can’t perform that action at this time.
0 commit comments