eslint.bzl: Fix typo in documentation
Change-Id: I81ceb6ede48396de49fa6ca57bfa49c380c2c6c9
diff --git a/tools/js/eslint.bzl b/tools/js/eslint.bzl
index d6ac235..bd2bc32 100644
--- a/tools/js/eslint.bzl
+++ b/tools/js/eslint.bzl
@@ -37,7 +37,7 @@
extensions inside the package where eslint macro is called.
{name}_bin rule - runs eslint with specified settings; ignores srcs. To use this rule
you must pass a folder to check, for example:
- baze run {name}_test -- --fix $(pwd)/polygerrit-ui/app
+ bazel run {name}_test -- --fix $(pwd)/polygerrit-ui/app
"""
entry_point = "@npm//:node_modules/eslint/bin/eslint.js"
bin_data = [