From 997713e2bb91d72bb1b5795aec998987be93b474 Mon Sep 17 00:00:00 2001 From: "Alex D. Torres" <59746256+alexDtorres@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:44:07 -0500 Subject: [PATCH] docs(bazel): fix typo in BUILD.bazel comments (#38054) Update BUILD.bazel PR Close #38054 --- BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 73e67bea63..239317aaaa 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -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",