Skip to content

Commit 43cbaa4

Browse files
Merge pull request #28 from angular/master
docs(@angular/cli): fix description for polyfills config (angular#6300)
2 parents 94c83e4 + da0c6c8 commit 43cbaa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/angular-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- *deployUrl* (`string`): URL where files will be deployed.
1818
- *index* (`string`): The name of the start HTML file. Default is `index.html`
1919
- *main* (`string`): The name of the main entry-point file.
20-
- *polyfills* (`string`): The name of the main entry-point file.
20+
- *polyfills* (`string`): The name of the polyfills entry-point file. Loaded before the app.
2121
- *test* (`string`): The name of the test entry-point file.
2222
- *tsconfig* (`string`): The name of the TypeScript configuration file. Default is `tsconfig.app.json`.
2323
- *testTsconfig* (`string`): The name of the TypeScript configuration file for unit tests.
@@ -88,4 +88,4 @@
8888
- **warnings**: Allow people to disable console warnings.
8989
- *nodeDeprecation* (`boolean`): Show a warning when the node version is incompatible. Default is `true`.
9090
- *packageDeprecation* (`boolean`): Show a warning when the user installed angular-cli. Default is `true`.
91-
- *versionMismatch* (`boolean`): Show a warning when the global version is newer than the local one. Default is `true`.
91+
- *versionMismatch* (`boolean`): Show a warning when the global version is newer than the local one. Default is `true`.

0 commit comments

Comments
 (0)