Skip to content

Commit

Permalink
Fix typo (#4738)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilc0x authored and Timer committed Jul 5, 2018
1 parent 4a87838 commit 706b319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 706b319

Please sign in to comment.