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.
2 parents 2136d6c + 4e0f540 commit e6926d8Copy full SHA for e6926d8
4x/en/api/req-params.jade
@@ -2,7 +2,7 @@ section
2
h3(id='req.params') req.params
3
4
p.
5
- This property is an array containing properties mapped to the named route "parameters".
+ This property is an object containing properties mapped to the named route "parameters".
6
For example if you have the route <code>/user/:name</code>, then the "name" property
7
is available to you as <code>req.params.name</code>. This object defaults to <code>{}</code>.
8
0 commit comments