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):
444
444
print ("""\
445
445
WARNING: node_repositories is deprecated; use nodejs_repositories instead.
446
446
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.
448
448
""" )
449
449
450
450
nodejs_repositories (** kwargs )
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ def nodejs_toolchain(
216
216
print ("""\
217
217
WARNING: target_tool attribute of nodejs_toolchain is deprecated; use node instead of target_tool.
218
218
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.
220
220
""" )
221
221
node = target_tool
222
222
@@ -258,6 +258,6 @@ def node_toolchain(**kwargs):
258
258
print ("""\
259
259
WARNING: node_toolchain is deprecated; use nodejs_toolchain instead.
260
260
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.
262
262
""" )
263
263
nodejs_toolchain (** kwargs )
You can’t perform that action at this time.
0 commit comments