mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 12:48:00 +08:00
Fix typo (#4738)
This commit is contained in:
@@ -2613,7 +2613,7 @@ import moment from 'moment';
|
||||
import 'moment/locale/fr';
|
||||
```
|
||||
|
||||
If import multiple locales this way, you can later switch between them by calling `moment.locale()` with the locale name:
|
||||
If you are importing multiple locales this way, you can later switch between them by calling `moment.locale()` with the locale name:
|
||||
|
||||
```js
|
||||
import moment from 'moment';
|
||||
|
||||
Reference in New Issue
Block a user