Skip to content

Commit

Permalink
Update typescript.mdx (#23199)
Browse files Browse the repository at this point in the history
  • Loading branch information
orta authored Apr 16, 2020
1 parent e11c970 commit cfc3b8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/gatsby-recipes/recipes/typescript.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup TypeScript

This recipe helps you start developing with the popular Typescript language.
This recipe helps you start developing with the popular TypeScript language.

---

Expand All @@ -19,12 +19,12 @@ Install the plugin `gatsby-plugin-typescript` in your `gatsby-config.js`.

---

Add a tsconfig.json file to control how Typescript processes your code.
Add a tsconfig.json file to control how TypeScript processes your code.

<File path="tsconfig.json" content="https://raw.githubusercontent.com/microsoft/TypeScript-Website/0afd526969d98c321787ab1962f72f9361ab54bd/packages/typescriptlang-org/tsconfig.json" />

---

Typescript is now setup!
TypeScript is now setup!

You can now add Typescript code, components, and pages in your sites `src` directory.
You can now add TypeScript code, components, and pages in your sites `src` directory.

0 comments on commit cfc3b8c

Please sign in to comment.