Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: typo in integrations.md (taconfig -> tsconfig) #7032

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sites/website/src/docs/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down Expand Up @@ -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.
:::
:::
Loading