docs: fix typo in use-custom-date-library.en-US.md (#38710)

Typo
This commit is contained in:
Nicola Bosco 2022-11-18 16:11:31 +01:00 committed by GitHub
parent c39e1223f8
commit 421c60f2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: