Skip to content

Commit 706b319

Browse files
mwilc0xTimer
authored andcommitted
Fix typo (#4738)
1 parent 4a87838 commit 706b319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/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)