From d2f015f57e6aad09e9f6972defa576ee8400a82e Mon Sep 17 00:00:00 2001 From: Amadou Sall Date: Mon, 4 Mar 2019 17:34:35 +0100 Subject: [PATCH] docs: fix minor typo (#29100) tradition -> traditional PR Close #29100 --- aio/content/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index 95cbc49ee9..a900bea96e 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -428,7 +428,7 @@ to extract the setup variables that it needs. Many developers feel this approach is cleaner and more explicit than the 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) generate test files with `beforeEach()` and `TestBed`, feel free to adopt _this alternative approach_ in your own projects.