docs: Update link to angular-cli repo (#26497)

PR Close #26497
This commit is contained in:
Rob Phoenix 2018-10-17 14:48:01 +01:00 committed by Misko Hevery
parent 77e58c6179
commit 3a65c9ad4e
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ Many developers feel this approach is cleaner and more explicit than the
traditional `beforeEach()` style.
Although this testing guide follows the tradition style and
the default [CLI schematics](https://github.com/angular/devkit)
the default [CLI schematics](https://github.com/angular/angular-cli)
generate test files with `beforeEach()` and `TestBed`,
feel free to adopt _this alternative approach_ in your own projects.