style(docs-infra): fix typo (#29673)

PR Close #29673
This commit is contained in:
Pete Bacon Darwin 2019-04-02 14:03:37 +01:00 committed by Jason Aden
parent c3aea737ff
commit 6233cd55f7
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ module.exports = new Package('angular-api', [basePackage, typeScriptPackage])
readTypeScriptModules.ignoreExportsMatching = [/^[_ɵ]|^VERSION$/];
readTypeScriptModules.hidePrivateMembers = true;
// NOTE: This list shold be in sync with tools/public_api_guard/BUILD.bazel
// NOTE: This list should be in sync with tools/public_api_guard/BUILD.bazel
readTypeScriptModules.sourceFiles = [
'animations/index.ts',
'animations/browser/index.ts',