Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Frazer Smith <[email protected]>
  • Loading branch information
Uzlopak and Fdawgs authored Aug 10, 2023
1 parent 7810a21 commit ea0806a
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 @@ -474,7 +474,7 @@ fastify.post('/sign/:namespace', async function (request, reply) {

#### Typescript

To simplify the usage of namespaces in typescript, you can use the `FastifyJwtNamespace` helper type:
To simplify the use of namespaces in TypeScript you can use the `FastifyJwtNamespace` helper type:

```typescript
declare module 'fastify' {
Expand Down

0 comments on commit ea0806a

Please sign in to comment.