Skip to content

Commit

Permalink
Fix typo - 'sever' to 'server' (#4372)
Browse files Browse the repository at this point in the history
  • Loading branch information
utsav91 committed Oct 25, 2022
1 parent 9cd2fea commit 5c75f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reference/TypeScript.md
Expand Up @@ -843,7 +843,7 @@ const server = fastify()
Check out the Learn By Example - [Getting Started](#getting-started) example for
a more detailed http server walkthrough.

###### Example 2: HTTPS sever
###### Example 2: HTTPS server

1. Create the following imports from `@types/node` and `fastify`
```typescript
Expand Down

0 comments on commit 5c75f49

Please sign in to comment.