Skip to content

Commit

Permalink
Typo on README.md. (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfernandez authored May 30, 2020
1 parent 0762a02 commit 3a648f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ fastify.listen(3000, err => {

#### messages options

For your onvenience, you can override the default HTTP response messages sent when an unauthorized or bad request error occurs. You can choose the specific messages to override and the rest will fallback to the default messages. The object must be in the format specified in the example below.
For your convenience, you can override the default HTTP response messages sent when an unauthorized or bad request error occurs. You can choose the specific messages to override and the rest will fallback to the default messages. The object must be in the format specified in the example below.

#### Example

Expand Down

0 comments on commit 3a648f7

Please sign in to comment.