Skip to content

Commit a76cea9

Browse files
authored
fix: markdown typo - the case of the extra ')' (#1176)
<!-- 👋 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 #1174 - [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 One char PRs a speciality 😉 oven-sh/bun#2175
1 parent 570bc3a commit a76cea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/steps/writing/creation/dotGitHub/createDevelopment.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ describe("createDevelopment", () => {
192192
193193
## Linting
194194
195-
[ESLint](https://eslint.org) is used with with [typescript-eslint](https://typescript-eslint.io)) to lint JavaScript and TypeScript source files.
195+
[ESLint](https://eslint.org) is used with with [typescript-eslint](https://typescript-eslint.io) to lint JavaScript and TypeScript source files.
196196
You can run it locally on the command-line:
197197
198198
\`\`\`shell

src/steps/writing/creation/dotGitHub/createDevelopment.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ${
7474
``,
7575
`For example, ESLint can be run with \`--fix\` to auto-fix some lint rule complaints:`,
7676
].join("\n")
77-
: `[ESLint](https://eslint.org) is used with with [typescript-eslint](https://typescript-eslint.io)) to lint JavaScript and TypeScript source files.
77+
: `[ESLint](https://eslint.org) is used with with [typescript-eslint](https://typescript-eslint.io) to lint JavaScript and TypeScript source files.
7878
You can run it locally on the command-line:
7979
8080
\`\`\`shell

0 commit comments

Comments
 (0)