We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ada36 commit 656cfc0Copy full SHA for 656cfc0
src/compiler.js
@@ -24,11 +24,11 @@ import type { TinyTimeOptions } from './index'
24
* removed during build.
25
*/
26
type Days = "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday"
27
-type Month = "January" | "Febuary" | "March" | "April" | "May" | "June" | "July" | "August" | "September" | "October" | "November" | "December"
+type Month = "January" | "February" | "March" | "April" | "May" | "June" | "July" | "August" | "September" | "October" | "November" | "December"
28
29
const months: Array<Month> = [
30
"January",
31
- "Febuary",
+ "February",
32
"March",
33
"April",
34
"May",
0 commit comments