Skip to content

Commit 59bf7a5

Browse files
nigel5Vivian Hu
authored andcommitted
chore(typo): fix typo in datepicker test (#14740)
1 parent fc114f7 commit 59bf7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/datepicker/datepicker.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ describe('MatDatepicker', () => {
430430
}))
431431
);
432432

433-
it('should close the datpeicker using ALT + UP_ARROW', fakeAsync(() => {
433+
it('should close the datepicker using ALT + UP_ARROW', fakeAsync(() => {
434434
testComponent.datepicker.open();
435435
fixture.detectChanges();
436436
flush();

0 commit comments

Comments
 (0)