Skip to content

Commit 0fa7132

Browse files
ksuh90DonutEspresso
authored andcommitted
fix: documentation typo fix (#1688)
1 parent b69e6ed commit 0fa7132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guides/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Server API for more details.
198198
restify routing, in 'basic' mode, is pretty much identical to express/sinatra,
199199
in that HTTP verbs are used with a parameterized resource to determine what
200200
chain of handlers to run. Values associated with named placeholders are
201-
available in `req.params`. That values will be URL-decoded before being
201+
available in `req.params`. Those values will be URL-decoded before being
202202
passed to you.
203203

204204
```js

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ surfaced that cannot be handled, requiring you to kill the process.
208208
restify routing, in 'basic' mode, is pretty much identical to express/sinatra,
209209
in that HTTP verbs are used with a parameterized resource to determine what
210210
chain of handlers to run. Values associated with named placeholders are
211-
available in `req.params`. That values will be URL-decoded before being
211+
available in `req.params`. Those values will be URL-decoded before being
212212
passed to you.
213213

214214
```js

0 commit comments

Comments
 (0)