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

Commit ea45887

Browse files
maxime1992Foxandxss
authored andcommitted
docs(testing): fix typo (#2524)
1 parent bf97a9a commit ea45887

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
@@ -86,7 +86,7 @@ describe('DashboardHeroComponent when inside a test host', () => {
8686
}));
8787

8888
beforeEach(() => {
89-
// create TestHosComponent instead of DashboardHeroComponent
89+
// create TestHostComponent instead of DashboardHeroComponent
9090
fixture = TestBed.createComponent(TestHostComponent);
9191
testHost = fixture.componentInstance;
9292
heroEl = fixture.debugElement.query(By.css('.hero')); // find hero

0 commit comments

Comments
 (0)