Skip to content

Commit bc5ba8f

Browse files
authored
Fix typo (#293)
1 parent 04dc84f commit bc5ba8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/custom_lint_builder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If a package wants to access classes such as `LintRule` or `Assist` but do
1717
not want to make a custom_lint plugin (such as for exposing new utilities
1818
for plugin authors), then use `custom_lint_core` instead.
1919

20-
Using `cutom_lint_builder` is reserved to plugin authors. Depending it on it
20+
Using `custom_lint_builder` is reserved to plugin authors. Depending it on it
2121
will tell custom_lint that your package is a plugin, and therefore will try to
2222
run it.
2323

0 commit comments

Comments
 (0)