Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 7c262cc

Browse files
Belax8Foxandxss
authored andcommitted
docs(testing): fix minor typo in DashboardHeroComponent (#2518)
Fixed minor typo in DashboardHeroComponent
1 parent ea45887 commit 7c262cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/testing/ts/app/dashboard/dashboard-hero.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('DashboardHeroComponent when tested directly', () => {
1919
let heroEl: DebugElement;
2020

2121
// #docregion setup, compile-components
22-
// asynch beforeEach
22+
// async beforeEach
2323
beforeEach( async(() => {
2424
TestBed.configureTestingModule({
2525
declarations: [ DashboardHeroComponent ],

0 commit comments

Comments
 (0)