Skip to content

Commit 3f3196c

Browse files
authored
Update README.md (#231)
1 parent 1cf51a6 commit 3f3196c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ To create a custom lint, you will need two things:
128128
// "node" exposes metadata about the variable declaration. We could
129129
// check "node" to show the lint only in some conditions.
130130

131-
// This line tells custom_lint to render a waring at the location of "node".
131+
// This line tells custom_lint to render a warning at the location of "node".
132132
// And the warning shown will use our `code` variable defined above as description.
133133
reporter.reportErrorForNode(code, node);
134134
});

0 commit comments

Comments
 (0)