diff --git a/docs/source/getting-started.mdx b/docs/source/getting-started.mdx index 263e907cba9..50d99fa6ea8 100644 --- a/docs/source/getting-started.mdx +++ b/docs/source/getting-started.mdx @@ -119,7 +119,7 @@ The above `start` script tells TypeScript to compile your code into JavaScript b #### Set up with JavaScript -> All code examples in this getting started guide are in Typescript. You must transpile them to JavaScript. +> All code examples in this getting started guide are in TypeScript. You must transpile them to JavaScript. If you are using JavaScript, create a `index.js` file that will contain **all** of the code for our example application: