From 9b26f462d054acb8fa726b1cba81ac58233f33a1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 15 Feb 2021 20:49:25 -0600 Subject: [PATCH] docs: fix grammar in angular-compiler-options file (#40879) PR Close #40879 --- aio/content/guide/angular-compiler-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/angular-compiler-options.md b/aio/content/guide/angular-compiler-options.md index 26d6b78671..e3fcdd53dd 100644 --- a/aio/content/guide/angular-compiler-options.md +++ b/aio/content/guide/angular-compiler-options.md @@ -123,7 +123,7 @@ to the generated flat module index instead of the library index file. Produces only one `.metadata.json` file, which contains all the metadata necessary for symbols exported from the library index. In the generated `.ngfactory.js` files, the flat -module index is used to import symbols that includes both the public API from the library index +module index is used to import symbols that include both the public API from the library index as well as shrowded internal symbols. By default the `.ts` file supplied in the `files` field is assumed to be the library index.