Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 4x/en/api/req-params.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ section
h3(id='req.params') req.params

p.
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".
For example if you have the route <code>/user/:name</code>, then the "name" property
is available to you as <code>req.params.name</code>. This object defaults to <code>{}</code>.

Expand Down