Skip to content

Commit

Permalink
docs(useDateFormat): update desc (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Sep 24, 2022
1 parent 3fda645 commit a6cf1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/useDateFormat/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type DateLike = Date | number | string | undefined

export interface UseDateFormatOptions {
/**
* The locale(s) to used for dd/ddd/dddd format
* The locale(s) to used for dd/ddd/dddd/MMM/MMMM format
*
* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#locales_argument).
*/
Expand Down

0 comments on commit a6cf1d5

Please sign in to comment.