Skip to content

Commit

Permalink
fix(gatsby-plugin-typescript): typo in readme (#17640)
Browse files Browse the repository at this point in the history
remove extra . cause error in npm install.
  • Loading branch information
sshbio authored and LekoArts committed Sep 15, 2019
1 parent ff216b3 commit dd87dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
}
```

_**Please note**: If packages don't ship with TypeScript definitions you'll need to manually install those type definitions, e.g. for React. A typical Gatsby project would need: `npm install --save-dev @types/react @types/react-dom @types/node.`_
_**Please note**: If packages don't ship with TypeScript definitions you'll need to manually install those type definitions, e.g. for React. A typical Gatsby project would need: `npm install --save-dev @types/react @types/react-dom @types/node`_

## Options

Expand Down

0 comments on commit dd87dd6

Please sign in to comment.