docs: fix minor typo (#29100)

tradition -> traditional
PR Close #29100
This commit is contained in:
Amadou Sall 2019-03-04 17:34:35 +01:00 committed by Andrew Kushnir
parent 11c926ce47
commit dfb331cd18

View File

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