Skip to content

Commit

Permalink
[fix:typo] - Fixing a typo in the typescript example (#11630)
Browse files Browse the repository at this point in the history
  • Loading branch information
noejon authored Apr 3, 2020
1 parent 845f2a9 commit d97ac9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This example shows how to integrate the TypeScript type system into Next.js. Sin
npm install --save-dev typescript
```

To enable TypeScript's features, we install the type declaratons for React and Node.
To enable TypeScript's features, we install the type declarations for React and Node.

```
npm install --save-dev @types/react @types/react-dom @types/node
Expand Down

0 comments on commit d97ac9f

Please sign in to comment.