Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Jun 29, 2022
1 parent e59abba commit 4089429
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 @@ -74,7 +74,7 @@ If you have an existing Custom Application project and would like to migrate it
Migrating source files to TypeScript can be done incrementally. We recommend starting from the "leaf files" and work your way up to the application entry point.
The [migrating from JavaScript documentation](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html) can help with setting up a basic plan.

All UIKit and ApplicationKit packages provide declaration files and export useful types when necessary.
All UI Kit and ApplicationKit packages provide declaration files and export useful types when necessary.

During the migration you might need to loosen up the types strictness, for example by allowing explicit `any` types.

Expand Down

0 comments on commit 4089429

Please sign in to comment.