Skip to content

Commit b794eb5

Browse files
authored
build: fix typo in code comment (#26122)
Fix typo in a code comment in packages.bzl. Replace "it's" with "its".
1 parent d02cc68 commit b794eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MDC_PACKAGE_VERSION = "15.0.0-canary.7971d6ad5.0"
66
TSLIB_PACKAGE_VERSION = "^2.3.0"
77
RXJS_PACKAGE_VERSION = "^6.5.3 || ^7.4.0"
88

9-
# Each placeholder is used to stamp versions during the build process, replacing the key with it's
9+
# Each placeholder is used to stamp versions during the build process, replacing the key with its
1010
# value pair. These replacements occur during building of `npm_package` and `ng_package` stamping in
1111
# the peer dependencies and versions, primarily in `package.json`s.
1212
NPM_PACKAGE_SUBSTITUTIONS = {

0 commit comments

Comments
 (0)