Skip to content

Commit

Permalink
docs: fix incorrect phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
cprussin committed May 8, 2023
1 parent 3f28705 commit a7b5302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eslint/flat-eslint.js
Expand Up @@ -1214,7 +1214,7 @@ class FlatESLint {

/**
* Returns whether flat config should be used.
* @returns {Promise<boolean>} Where flat config should be used.
* @returns {Promise<boolean>} Whether flat config should be used.
*/
async function shouldUseFlatConfig() {
switch (process.env.ESLINT_USE_FLAT_CONFIG) {
Expand Down

0 comments on commit a7b5302

Please sign in to comment.