Skip to content

Commit 353266e

Browse files
authored
docs: fix a typo in debug.md (#19179)
1 parent 3afb8a1 commit 353266e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/use/configure/debug.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ESLint creates a configuration for each file that is linted based on your config
2020
npx eslint --debug file.js
2121
```
2222

23-
This outputs all of ESLint's debugging information onto the console. You should copy this output to a file and then search for "eslint.config.js` to see which file is loaded. Here's some example output:
23+
This outputs all of ESLint's debugging information onto the console. You should copy this output to a file and then search for `eslint.config.js` to see which file is loaded. Here's some example output:
2424

2525
```text
2626
eslint:eslint Using file patterns: bin/eslint.js +0ms

0 commit comments

Comments
 (0)