Skip to content

Commit eace245

Browse files
docs: fix typo in Tooling.md (#963)
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #950 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Fixed the typo.
1 parent b95e1b9 commit eace245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Tooling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Using the _"everything"_ level will gain you comprehensive, strict coverage of a
253253

254254
### Lint JSON
255255

256-
[`eslint-plugin-jsdoc`](https://github.com/ota-meshi/eslint-plugin-jsonc): Adds linting for `.json` and `.jsonc` files.
256+
[`eslint-plugin-jsonc`](https://github.com/ota-meshi/eslint-plugin-jsonc): Adds linting for `.json` and `.jsonc` files.
257257

258258
### Lint MD
259259

0 commit comments

Comments
 (0)