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
This commit is contained in:
Joey Perrott 2020-09-23 13:23:49 -07:00 committed by Alex Rickabaugh
parent 914d7099ee
commit 4a9f4520ce
1 changed files with 1 additions and 1 deletions

View File

@ -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.