File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments