We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a87838 commit 706b319Copy full SHA for 706b319
packages/react-scripts/template/README.md
@@ -2613,7 +2613,7 @@ import moment from 'moment';
2613
import 'moment/locale/fr';
2614
```
2615
2616
-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:
2617
2618
```js
2619
import moment from 'moment';
0 commit comments