From 7c262ccab53e733253b851a1a2671088f6995a0c Mon Sep 17 00:00:00 2001 From: Chase Date: Tue, 4 Oct 2016 07:02:07 -0600 Subject: [PATCH] docs(testing): fix minor typo in DashboardHeroComponent (#2518) Fixed minor typo in DashboardHeroComponent --- .../testing/ts/app/dashboard/dashboard-hero.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/_examples/testing/ts/app/dashboard/dashboard-hero.component.spec.ts b/public/docs/_examples/testing/ts/app/dashboard/dashboard-hero.component.spec.ts index 347cc654c4..40c01571e6 100644 --- a/public/docs/_examples/testing/ts/app/dashboard/dashboard-hero.component.spec.ts +++ b/public/docs/_examples/testing/ts/app/dashboard/dashboard-hero.component.spec.ts @@ -19,7 +19,7 @@ describe('DashboardHeroComponent when tested directly', () => { let heroEl: DebugElement; // #docregion setup, compile-components - // asynch beforeEach + // async beforeEach beforeEach( async(() => { TestBed.configureTestingModule({ declarations: [ DashboardHeroComponent ],