We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf51a6 commit 3f3196cCopy full SHA for 3f3196c
README.md
@@ -128,7 +128,7 @@ To create a custom lint, you will need two things:
128
// "node" exposes metadata about the variable declaration. We could
129
// check "node" to show the lint only in some conditions.
130
131
- // This line tells custom_lint to render a waring at the location of "node".
+ // This line tells custom_lint to render a warning at the location of "node".
132
// And the warning shown will use our `code` variable defined above as description.
133
reporter.reportErrorForNode(code, node);
134
});
0 commit comments