diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index bee26042..48a48737 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -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';