Skip to content

Commit 0c28269

Browse files
marekstracartresko
authored andcommitted
Comment fixed
1 parent 97581dc commit 0c28269

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/hooks/src/useDatepicker/useDatepicker.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('useDatepicker', () => {
5555
expect(result.current.activeMonths[1].year).toBe(2019)
5656
expect(result.current.activeMonths[1].month).toBe(3)
5757

58-
// next 1 months
58+
// next 1 month
5959
act(() => {
6060
result.current.goToNextMonthsByOneMonth()
6161
})
@@ -64,7 +64,7 @@ describe('useDatepicker', () => {
6464
expect(result.current.activeMonths[1].year).toBe(2019)
6565
expect(result.current.activeMonths[1].month).toBe(4)
6666

67-
// prev 1 months
67+
// prev 1 month
6868
act(() => {
6969
result.current.goToPreviousMonthsByOneMonth()
7070
})

0 commit comments

Comments
 (0)