Skip to content

Commit

Permalink
fix(docs): typo in doc (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette authored May 2, 2022
1 parent e669819 commit 2cb51fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export interface DateIOFormats<TLibFormatToken = string> {
month: TLibFormatToken;
/** Short month format string @example "Jan" */
monthShort: TLibFormatToken;
/** Short month format string @example "January 2018" */
/** Month with year format string @example "January 2018" */
monthAndYear: TLibFormatToken;
/** Month with date format string @example "January 1" */
monthAndDate: TLibFormatToken;
Expand Down
2 changes: 1 addition & 1 deletion packages/core/IUtils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface DateIOFormats<TLibFormatToken = string> {
month: TLibFormatToken;
/** Short month format string @example "Jan" */
monthShort: TLibFormatToken;
/** Short month format string @example "January 2018" */
/** Month with year format string @example "January 2018" */
monthAndYear: TLibFormatToken;
/** Month with date format string @example "January 1" */
monthAndDate: TLibFormatToken;
Expand Down

0 comments on commit 2cb51fc

Please sign in to comment.