Skip to content
Merged
Show file tree
Hide file tree
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 docs/guides/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Server API for more details.
restify routing, in 'basic' mode, is pretty much identical to express/sinatra,
in that HTTP verbs are used with a parameterized resource to determine what
chain of handlers to run. Values associated with named placeholders are
available in `req.params`. That values will be URL-decoded before being
available in `req.params`. Those values will be URL-decoded before being
passed to you.

```js
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ surfaced that cannot be handled, requiring you to kill the process.
restify routing, in 'basic' mode, is pretty much identical to express/sinatra,
in that HTTP verbs are used with a parameterized resource to determine what
chain of handlers to run. Values associated with named placeholders are
available in `req.params`. That values will be URL-decoded before being
available in `req.params`. Those values will be URL-decoded before being
passed to you.

```js
Expand Down