Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: documentation typo fix (#1688)
  • Loading branch information
ksuh90 authored and DonutEspresso committed Jul 31, 2018
1 parent b69e6ed commit 0fa7132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/server.md
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
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

0 comments on commit 0fa7132

Please sign in to comment.