Skip to content

Commit

Permalink
Docs: Fix getRulesMetaForResults link syntax (#14723)
Browse files Browse the repository at this point in the history
I caught the correct name of the anchor tag but missed the use of parens instead of square braces.
  • Loading branch information
btmills committed Jun 20, 2021
1 parent aada733 commit 1b8997a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/nodejs-api.md
Expand Up @@ -10,7 +10,7 @@ While ESLint is designed to be run on the command line, it's possible to use ESL
* [constructor()][eslint-constructor]
* [lintFiles()][eslint-lintfiles]
* [lintText()][eslint-linttext]
* [getRulesMetaForResults()](eslint-getrulesmetaforresults)
* [getRulesMetaForResults()][eslint-getrulesmetaforresults]
* [calculateConfigForFile()][eslint-calculateconfigforfile]
* [isPathIgnored()][eslint-ispathignored]
* [loadFormatter()][eslint-loadformatter]
Expand Down

0 comments on commit 1b8997a

Please sign in to comment.