Skip to content

Commit

Permalink
Fixes Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Rajvaidya committed Sep 29, 2022
1 parent 437ac3b commit 871264c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constantes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const GRID = {
TODAY_H:0
}

export const MONTHS = ['Jan.','Fev.','Mar.','Avr.','Mai','Juin','Juil.','Aout','Sept.','Oct.','Nov.','Dec.']
export const MONTHS = ['Jan.','Feb.','March','April','May','June','July','Aug.','Sept.','Oct.','Nov.','Dec.']

export const DAYS = ['Di.', 'Lu.','Ma.','Me.','Je.','Ve.','Sa.']

Expand Down

0 comments on commit 871264c

Please sign in to comment.