Skip to content

Commit 2e65f4c

Browse files
nigel5vivian-hu-zz
authored andcommitted
chore(typo): fix typo in datepicker test (#14740)
1 parent 5947f7f commit 2e65f4c

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)