diff --git a/pickadate/pickadate.d.ts b/pickadate/pickadate.d.ts index 4f23d25829..0463503eab 100644 --- a/pickadate/pickadate.d.ts +++ b/pickadate/pickadate.d.ts @@ -203,7 +203,7 @@ declare module Pickadate { * The first day of the week can be set to either Sunday or Monday. * True or 1 sets it as Monday and false or 0 as Sunday. */ - firstDay?: boolean|number; + firstDay?: boolean | number; /** * Set the minimum selectable date on the picker. Accepts a Date object,