Skip to content

Commit dd87dd6

Browse files
sshbioLekoArts
authored andcommitted
fix(gatsby-plugin-typescript): typo in readme (#17640)
remove extra . cause error in npm install.
1 parent ff216b3 commit dd87dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-typescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
}
2222
```
2323

24-
_**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.`_
24+
_**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`_
2525

2626
## Options
2727

0 commit comments

Comments
 (0)