Skip to content

Commit

Permalink
docs: improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Jun 30, 2022
1 parent 13b472b commit 1c4f2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/content/development/adding-typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ If you have an existing Custom Application project and would like to migrate it

</Info>

* Add a script command `"typecheck": "tsc --noEmit"` in your `package.json` to compile the application.
* Add a script command `"typecheck": "tsc --noEmit"` in your `package.json` to run the type checks of the application.

0 comments on commit 1c4f2b0

Please sign in to comment.