Skip to content

Commit

Permalink
docs: fix a typo in debug.md (#19179)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir authored Nov 26, 2024
1 parent 3afb8a1 commit 353266e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/use/configure/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ESLint creates a configuration for each file that is linted based on your config
npx eslint --debug file.js
```

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:
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:

```text
eslint:eslint Using file patterns: bin/eslint.js +0ms
Expand Down

0 comments on commit 353266e

Please sign in to comment.