Skip to content

Commit e6926d8

Browse files
committed
Merge pull request #134 from heldtalex/gh-pages
Fix typo in "req.params" documentation
2 parents 2136d6c + 4e0f540 commit e6926d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4x/en/api/req-params.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ section
22
h3(id='req.params') req.params
33

44
p.
5-
This property is an array containing properties mapped to the named route "parameters".
5+
This property is an object containing properties mapped to the named route "parameters".
66
For example if you have the route <code>/user/:name</code>, then the "name" property
77
is available to you as <code>req.params.name</code>. This object defaults to <code>{}</code>.
88

0 commit comments

Comments
 (0)