docs(bazel): fix typo in BUILD.bazel comments (#38054)

Update BUILD.bazel

PR Close #38054
This commit is contained in:
Alex D. Torres 2020-07-14 12:44:07 -05:00 committed by Andrew Kushnir
parent 41bc2701c4
commit 97adc27207
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ filegroup(
filegroup(
name = "angularjs_scripts",
srcs = [
# We also declare the unminfied AngularJS files since these can be used for
# We also declare the unminified AngularJS files since these can be used for
# local debugging (e.g. see: packages/upgrade/test/common/test_helpers.ts)
"@npm//:node_modules/angular/angular.js",
"@npm//:node_modules/angular/angular.min.js",