From 421c60f2e9127a9fb8a5cb87485d53730a2d5cb1 Mon Sep 17 00:00:00 2001 From: Nicola Bosco Date: Fri, 18 Nov 2022 16:11:31 +0100 Subject: [PATCH] docs: fix typo in use-custom-date-library.en-US.md (#38710) Typo --- docs/react/use-custom-date-library.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react/use-custom-date-library.en-US.md b/docs/react/use-custom-date-library.en-US.md index 8983b6bb4c..f2eeabb2d7 100644 --- a/docs/react/use-custom-date-library.en-US.md +++ b/docs/react/use-custom-date-library.en-US.md @@ -3,7 +3,7 @@ order: 7.5 title: Use custom date library --- -Bu default, Ant Design use [Day.js](https://day.js.org) to handle time and date. Day.js is an immutable date-time library alternative to Moment.js with the same API. +By default, Ant Design use [Day.js](https://day.js.org) to handle time and date. Day.js is an immutable date-time library alternative to Moment.js with the same API. You might want to use another date library (**Ant design currently supports [moment](http://momentjs.com/) and [date-fns](https://date-fns.org)**). We provide two ways to customize: