From 70adcdf6780fcbf5abd4568bcaeb3c58c7b78227 Mon Sep 17 00:00:00 2001 From: Edward Huang Date: Wed, 23 Oct 2024 11:24:53 -0700 Subject: [PATCH] typo --- docs/source/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: