From 4a9f4520cece4cdf24f0cf41a50cb18fc30a1fae Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 23 Sep 2020 13:23:49 -0700 Subject: [PATCH] docs: remove usage of whitelist in cli analytics docs (#38963) Removes the usage of the term whitelist in the analytics docs for cli. PR Close #38963 --- aio/content/marketing/analytics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/marketing/analytics.md b/aio/content/marketing/analytics.md index e6d2f093d7..d334a6c91d 100644 --- a/aio/content/marketing/analytics.md +++ b/aio/content/marketing/analytics.md @@ -12,7 +12,7 @@ include the following information: - Node and Angular CLI version (local version only). - How long each command took to initialize and execute. - Command name that was run. -- For Schematics commands (add, generate, new and update), a list of whitelisted flags. +- For Schematics commands (add, generate, new and update), a list of selected flags. - For build commands (build, serve), the number and size of bundles (initial and lazy), compilation units, the time it took to build and rebuild, and basic Angular-specific API usage.