From 66f5d27e50e20073f58d5a58e8d11d71971243d5 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Fri, 27 Jul 2018 14:25:23 -0700 Subject: [PATCH] build(bazel): fix typos in comments (#25172) PR Close #25172 --- index.bzl | 2 +- packages/bazel/src/ngc-wrapped/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bzl b/index.bzl index e64cf7214d..f5d5e80371 100644 --- a/index.bzl +++ b/index.bzl @@ -4,7 +4,7 @@ # found in the LICENSE file at https://angular.io/license """ Public API surface is re-exported here. -This API is exported for user's building angular from source in downstream +This API is exported for users building angular from source in downstream projects. The rules from packages/bazel are re-exported here as well as the ng_setup_workspace repository rule needed when building angular from source downstream. Alternately, this API is available from the diff --git a/packages/bazel/src/ngc-wrapped/index.ts b/packages/bazel/src/ngc-wrapped/index.ts index 332de2fd30..9354f3cf1d 100644 --- a/packages/bazel/src/ngc-wrapped/index.ts +++ b/packages/bazel/src/ngc-wrapped/index.ts @@ -214,7 +214,7 @@ export function compile({allowNonHermeticReads, allDepsCompiledWithBazel = true, if (fileName === path.join(compilerOpts.baseUrl, bazelOpts.package, compilerOpts.flatModuleOutFile + '.ts')) return true; - // Also handle the case when angular is build from source as an external repository + // Also handle the case when angular is built from source as an external repository if (fileName === path.join( compilerOpts.baseUrl, 'external/angular', bazelOpts.package,