Skip to content

Commit 905e488

Browse files
mwilc0xTimer
authored andcommitted
Fix typo (facebook#4738)
1 parent e07f607 commit 905e488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,7 @@ import moment from 'moment';
26132613
import 'moment/locale/fr';
26142614
```
26152615

2616-
If import multiple locales this way, you can later switch between them by calling `moment.locale()` with the locale name:
2616+
If you are importing multiple locales this way, you can later switch between them by calling `moment.locale()` with the locale name:
26172617

26182618
```js
26192619
import moment from 'moment';

0 commit comments

Comments
 (0)