From 9e88ccf017d47094eea9587fb590e6454c6890d3 Mon Sep 17 00:00:00 2001 From: David Pertiller Date: Fri, 12 May 2017 23:09:57 +0200 Subject: [PATCH] docs(@angular/cli): fix description for polyfills config --- docs/documentation/angular-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation/angular-cli.md b/docs/documentation/angular-cli.md index b5c304ebf04d..4adad010f34f 100644 --- a/docs/documentation/angular-cli.md +++ b/docs/documentation/angular-cli.md @@ -17,7 +17,7 @@ - *deployUrl* (`string`): URL where files will be deployed. - *index* (`string`): The name of the start HTML file. Default is `index.html` - *main* (`string`): The name of the main entry-point file. - - *polyfills* (`string`): The name of the main entry-point file. + - *polyfills* (`string`): The name of the polyfills entry-point file. Loaded before the app. - *test* (`string`): The name of the test entry-point file. - *tsconfig* (`string`): The name of the TypeScript configuration file. Default is `tsconfig.app.json`. - *testTsconfig* (`string`): The name of the TypeScript configuration file for unit tests. @@ -88,4 +88,4 @@ - **warnings**: Allow people to disable console warnings. - *nodeDeprecation* (`boolean`): Show a warning when the node version is incompatible. Default is `true`. - *packageDeprecation* (`boolean`): Show a warning when the user installed angular-cli. Default is `true`. - - *versionMismatch* (`boolean`): Show a warning when the global version is newer than the local one. Default is `true`. \ No newline at end of file + - *versionMismatch* (`boolean`): Show a warning when the global version is newer than the local one. Default is `true`.