Skip to content

Commit 47f50e8

Browse files
sumitarorahansl
authored andcommitted
fix(@angular/cli): fixing type and adding link to documentation
1 parent 5a461f1 commit 47f50e8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/documentation/angular-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
- *root* (`string`): The root directory of the app.
1515
- *outDir* (`string`): The output directory for build results. Default is `dist/`.
1616
- *assets* (`array`): List of application assets.
17-
- *deployUrl* (`string`): ...
18-
- *index* (`string`): The name of the start HTML file. Default is `index.hrml`
17+
- *deployUrl* (`string`): URL where files will be deployed.
18+
- *index* (`string`): The name of the start HTML file. Default is `index.html`
1919
- *main* (`string`): The name of the main entry-point file.
2020
- *polyfills* (`string`): The name of the main entry-point file.
2121
- *test* (`string`): The name of the test entry-point file.

docs/documentation/home.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ End-to-end tests are run via [Protractor](https://angular.github.io/protractor/)
5454
* [ng eject](eject)
5555
* [ng xi18n](xi18n)
5656

57+
## Angular CLI Config Schema
58+
* [Config Schema](angular-cli)
59+
5760
### Additional Information
5861
There are several [stories](stories) which will walk you through setting up
5962
additional aspects of Angular applications.

0 commit comments

Comments
 (0)