Skip to content

Commit

Permalink
docs: using registered instead of registers (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryhinchey authored Jan 29, 2021
1 parent 7744420 commit c7cfa9f
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 @@ -259,7 +259,7 @@ If you'd just like to use the reply decorator and not serve whole directories au

The reply object is decorated with a `sendFile` function by default. If you want to
disable this, pass the option `{ decorateReply: false }`. If fastify-static is
registers to multiple prefixes in the same route only one can initialize reply
registered to multiple prefixes in the same route only one can initialize reply
decorators.

#### Handling 404s
Expand Down

0 comments on commit c7cfa9f

Please sign in to comment.