diff --git a/sites/website/src/docs/integrations.md b/sites/website/src/docs/integrations.md index a8ec92becd6..dad3284416c 100644 --- a/sites/website/src/docs/integrations.md +++ b/sites/website/src/docs/integrations.md @@ -234,7 +234,7 @@ Let's go over a few of the plugins we would suggest using: ## TypeScript -Here's an example starter `taconfig.json` that you can use: +Here's an example starter `tsconfig.json` that you can use: ```json { @@ -269,4 +269,4 @@ You can learn more about `tsconfig.json` options in [the official TypeScript doc :::note Do not set `useDefineForClassFields` to `true` in your `tsconfig.json` if you are using decorators (e.g. `ExperimentalDecorators`). These two features conflict at present. This will be resolved in future versions of TypeScript and FAST. -::: \ No newline at end of file +:::