docs(testing): fix typo (#2524)

This commit is contained in:
Maxime 2016-10-04 14:59:10 +02:00 committed by Jesús Rodríguez
parent bf97a9a2e1
commit ea45887927
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ describe('DashboardHeroComponent when inside a test host', () => {
}));
beforeEach(() => {
// create TestHosComponent instead of DashboardHeroComponent
// create TestHostComponent instead of DashboardHeroComponent
fixture = TestBed.createComponent(TestHostComponent);
testHost = fixture.componentInstance;
heroEl = fixture.debugElement.query(By.css('.hero')); // find hero