Skip to content

Commit 1b8997a

Browse files
authored
Docs: Fix getRulesMetaForResults link syntax (#14723)
I caught the correct name of the anchor tag but missed the use of parens instead of square braces.
1 parent aada733 commit 1b8997a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/developer-guide/nodejs-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ While ESLint is designed to be run on the command line, it's possible to use ESL
1010
* [constructor()][eslint-constructor]
1111
* [lintFiles()][eslint-lintfiles]
1212
* [lintText()][eslint-linttext]
13-
* [getRulesMetaForResults()](eslint-getrulesmetaforresults)
13+
* [getRulesMetaForResults()][eslint-getrulesmetaforresults]
1414
* [calculateConfigForFile()][eslint-calculateconfigforfile]
1515
* [isPathIgnored()][eslint-ispathignored]
1616
* [loadFormatter()][eslint-loadformatter]

0 commit comments

Comments
 (0)