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
583
583
Parameters also support `PCRE Unicode properties `_, which are escape
584
584
sequences that match generic character types. For example, ``\p{Lu} ``
585
585
matches any uppercase character in any language, ``\p{Greek} `` matches any
586
- Greek character , etc.
586
+ Greek characters , etc.
587
587
588
588
.. note ::
589
589
@@ -824,7 +824,7 @@ Parameter Conversion
824
824
825
825
A common routing need is to convert the value stored in some parameter (e.g. an
826
826
integer 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".
828
828
829
829
In case you didn't run this command before, run it now to add support for
830
830
annotations and "param converters":
You can’t perform that action at this time.
0 commit comments