Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shorgi committed Oct 23, 2024
1 parent b19ffe3 commit 70adcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 70adcdf

Please sign in to comment.