Skip to content

Commit aad1e1a

Browse files
committed
Fix typo
1 parent 45b0d99 commit aad1e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/slide-toggle/slide-toggle.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ describe('MdSlideToggle', () => {
309309
expect(slideToggleModel.pristine).toBe(false);
310310
expect(slideToggleModel.touched).toBe(false);
311311

312-
// Once the input element looses focus, the control should remain dirty but should
312+
// Once the input element loses focus, the control should remain dirty but should
313313
// also turn touched.
314314
dispatchFakeEvent(inputElement, 'blur');
315315
fixture.detectChanges();
@@ -329,7 +329,7 @@ describe('MdSlideToggle', () => {
329329
expect(slideToggleModel.touched).toBe(false);
330330
expect(slideToggleElement.classList).toContain('mat-checked');
331331

332-
// Once the input element looses focus, the control should remain dirty but should
332+
// Once the input element loses focus, the control should remain dirty but should
333333
// also turn touched.
334334
dispatchFakeEvent(inputElement, 'blur');
335335
fixture.detectChanges();

0 commit comments

Comments
 (0)