This commit is contained in:
Mike Wilcox
2018-07-05 12:46:24 -04:00
committed by Joe Haddad
parent 4a87838f52
commit 706b319633

View File

@@ -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';