From bcd081b992d5e62a9aaee95b9e0fe16283fccb19 Mon Sep 17 00:00:00 2001 From: AMarinov Date: Tue, 12 Feb 2019 12:01:50 +0200 Subject: [PATCH] Fixing a typo in a 'select' test --- src/lib/select/select.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/select/select.spec.ts b/src/lib/select/select.spec.ts index b6b5526d1192..3d01e8ae59ea 100644 --- a/src/lib/select/select.spec.ts +++ b/src/lib/select/select.spec.ts @@ -1821,7 +1821,7 @@ describe('MatSelect', () => { expect(panel.scrollTop).toBe(320, 'Expected scroll to be at the 9th option.'); })); - it('should scroll top the top when pressing HOME', fakeAsync(() => { + it('should scroll to the top when pressing HOME', fakeAsync(() => { for (let i = 0; i < 20; i++) { dispatchKeyboardEvent(host, 'keydown', DOWN_ARROW); fixture.detectChanges();