File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ describe('MdSlideToggle', () => {
309
309
expect ( slideToggleModel . pristine ) . toBe ( false ) ;
310
310
expect ( slideToggleModel . touched ) . toBe ( false ) ;
311
311
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
313
313
// also turn touched.
314
314
dispatchFakeEvent ( inputElement , 'blur' ) ;
315
315
fixture . detectChanges ( ) ;
@@ -329,7 +329,7 @@ describe('MdSlideToggle', () => {
329
329
expect ( slideToggleModel . touched ) . toBe ( false ) ;
330
330
expect ( slideToggleElement . classList ) . toContain ( 'mat-checked' ) ;
331
331
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
333
333
// also turn touched.
334
334
dispatchFakeEvent ( inputElement , 'blur' ) ;
335
335
fixture . detectChanges ( ) ;
You can’t perform that action at this time.
0 commit comments