From 2439b55bf67f9b4547ddc2ff09a55d899e91744a Mon Sep 17 00:00:00 2001 From: Kyle Roach Date: Tue, 21 Nov 2017 15:53:39 -0400 Subject: [PATCH] Copy changes --- content/docs/static-type-checking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/static-type-checking.md b/content/docs/static-type-checking.md index 2729c90c5..51933dc81 100644 --- a/content/docs/static-type-checking.md +++ b/content/docs/static-type-checking.md @@ -260,7 +260,7 @@ __[DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)__ - Defi yarn add --dev @types/react # npm -npm i -D @types/react +npm i --save-dev @types/react ``` __Local Declarations__ @@ -285,7 +285,7 @@ Note that it is a **third party** project, and is not a part of Create React App You can also try [typescript-react-starter](https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter). -Ready to code you are! We recommend to check out the following resources to learn more about Typescript: +You are now ready to code! We recommend to check out the following resources to learn more about Typescript: * [TypeScript Documentation: Basic Types](https://www.typescriptlang.org/docs/handbook/basic-types.html) * [TypeScript Documentation: Migrating from Javascript](http://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html)