Skip to content

Commit

Permalink
fix: Fix typo in docs/Reference/Type-Providers.md (#4312)
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowSuno committed Sep 29, 2022
1 parent c5974bd commit aacd099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reference/Type-Providers.md
Expand Up @@ -148,7 +148,7 @@ fastify.register(pluginWithTypebox)

It's also important to mention that once the types don't propagate globally,
_currently_ is not possible to avoid multiple registrations on routes when
dealing with several scopes, see bellow:
dealing with several scopes, see below:

```ts
import Fastify from 'fastify'
Expand Down

0 comments on commit aacd099

Please sign in to comment.