Skip to content

Commit

Permalink
docs: fix typo in typescript.mdx of repo-docs (#9674)
Browse files Browse the repository at this point in the history
### Description

Corrected a minor typo in the docs/repo-docs/guides/tools/typescript.mdx
file of the documentation. This update ensures better readability and
accuracy for users.

### Testing Instructions

No specific testing is required, as this is a simple documentation
update.
To verify the change:

Navigate to docs/repo-docs/guides/tools/typescript.mdx.
Confirm that the typo has been corrected and the updated text appears as
expected.
  • Loading branch information
jbrocksfellas authored Jan 6, 2025
1 parent af7766a commit e7405a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repo-docs/guides/tools/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The other `tsconfig` files in this package use the `extends` key to start with t

Inside `package.json`, name the package so it can be referenced in the rest of the Workspace:

```json title="packages/tsconfig/package.json"
```json title="packages/typescript-config/package.json"
{
"name": "@repo/typescript-config"
}
Expand Down

0 comments on commit e7405a6

Please sign in to comment.