diff --git a/docs/guides/server.md b/docs/guides/server.md index 13b3ab744..c1a7e5690 100644 --- a/docs/guides/server.md +++ b/docs/guides/server.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 147fd08a9..93c83dab2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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