Skip to content

Commit

Permalink
Merge pull request #1447 from Laro88/patch-1
Browse files Browse the repository at this point in the history
Fix: 'synonymous' typo
  • Loading branch information
sean3z committed Aug 14, 2017
2 parents 94d9b09 + ed0fc72 commit e9c49f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -137,7 +137,7 @@ calling `next()`. Calling `next()` will move to the next function in the chain.

Unlike other REST frameworks, calling `res.send()` does not trigger `next()`
automatically. In many applications, work can continue to happen after
`res.send()`, so flushing the response is not synonmyous with completion of a
`res.send()`, so flushing the response is not synonymous with completion of a
request.

In the normal case, `next()` does not typically take any parameters. If for
Expand Down

0 comments on commit e9c49f0

Please sign in to comment.