Skip to content

Commit a3017e2

Browse files
authored
Docs: Grammar in require-meta-schema.md (#103)
1 parent 97f23ad commit a3017e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/require-meta-schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
Examples of **correct** code for this rule:
2525

2626
```js
27-
/* eslint eslint-plugin/require-meta-type: error */
27+
/* eslint eslint-plugin/require-meta-schema: error */
2828
module.exports = {
2929
meta: { schema: [] }, // ensures no options are passed to the rule
3030
create: function(context) { /* ... */}

0 commit comments

Comments
 (0)