Skip to content

Commit 6decef3

Browse files
authored
fix: minor typos in warning messages (#3833)
1 parent e293e04 commit 6decef3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nodejs/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def node_repositories(**kwargs):
444444
print("""\
445445
WARNING: node_repositories is deprecated; use nodejs_repositories instead.
446446
447-
If your are not calling node_repositories directly you may need to upgrade to rules_js 2.x to suppress this warning.
447+
If you are not calling node_repositories directly you may need to upgrade to rules_js 2.x to suppress this warning.
448448
""")
449449

450450
nodejs_repositories(**kwargs)

nodejs/toolchain.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def nodejs_toolchain(
216216
print("""\
217217
WARNING: target_tool attribute of nodejs_toolchain is deprecated; use node instead of target_tool.
218218
219-
If your are not calling nodejs_toolchain directly you may need to upgrade to rules_js 2.x to suppress this warning.
219+
If you are not calling nodejs_toolchain directly you may need to upgrade to rules_js 2.x to suppress this warning.
220220
""")
221221
node = target_tool
222222

@@ -258,6 +258,6 @@ def node_toolchain(**kwargs):
258258
print("""\
259259
WARNING: node_toolchain is deprecated; use nodejs_toolchain instead.
260260
261-
If your are not calling node_toolchain directly you may need to upgrade to rules_js 2.x to suppress this warning.
261+
If you are not calling node_toolchain directly you may need to upgrade to rules_js 2.x to suppress this warning.
262262
""")
263263
nodejs_toolchain(**kwargs)

0 commit comments

Comments
 (0)