Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Minor typo fix #1688

Merged
merged 2 commits into from Jul 31, 2018
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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