Skip to content

Commit 8c7780b

Browse files
vil02appgurueu
andcommitted
style: use proper spelling
Co-authored-by: appgurueu <[email protected]>
1 parent efeab6e commit 8c7780b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Timing-Functions/ParseDate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { getMonthDays } from './GetMonthDays'
22

33
function checkDate(date) {
44
if (date.day < 1 || date.day > getMonthDays(date.month, date.year)) {
5-
throw new Error('Indalid day value.')
5+
throw new Error('Invalid day value.')
66
}
77
}
88

0 commit comments

Comments
 (0)