Skip to content

Commit

Permalink
Make some spelling and grammar corrections to TS.md (fastify#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
arswaw authored and Luca Marzi committed Dec 13, 2019
1 parent 00ad5a7 commit 81783d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/TypeScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<a id="typescript"></a>
## TypeScript
Fastify is shipped with a typings file, but it still require to install `@types/node`, depending on the Node.js version that you are using.
Fastify is shipped with a typings file, but you may need to install `@types/node`, depending on the Node.js version you are using.

## Types support
We do care about the TypeScript community, but the framework is written in plain JavaScript and currently no one of the core team is a TypeScript user while only one of the collaborators is.
We do our best to have the typing updated with the latest version of the API, but *it can happen* that the typings are not in sync.<br/>
We do care about the TypeScript community, and one of our core team members is currently reworking all types.
We do our best to have the typings updated with the latest version of the API, but *it can happen* that the typings are not in sync.<br/>
Luckly this is Open Source and you can contribute to fix them, we will be very happy to accept the fix and release it as soon as possible as a patch release. Checkout the [contributing](#contributing) rules!

Plugins may or may not include typings. See [Plugin Types](#plugin-types) for more information.
Expand Down

0 comments on commit 81783d9

Please sign in to comment.