docs(testing): fix minor typo in DashboardHeroComponent (#2518)

Fixed minor typo in DashboardHeroComponent
This commit is contained in:
Chase 2016-10-04 07:02:07 -06:00 committed by Jesús Rodríguez
parent ea45887927
commit 7c262ccab5
1 changed files with 1 additions and 1 deletions

View File

@ -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 ],