Skip to content

Commit

Permalink
Update how-to-integrate-react-intl.md (kriasoft#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
asadsahi authored and langpavel committed Jan 31, 2018
1 parent 6735b8e commit 775b2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/how-to-integrate-react-intl.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[en, cs].forEach(addLocaleData);
```

5. Execute `yarn run extractMessages` or `yarn start` to strip out messages.
5. Execute `yarn run messages` or `yarn start` to strip out messages.
Message files are created in `src/messages` directory.

6. Edit `src/messages/*.json` files, change only `message` property.
Expand Down

0 comments on commit 775b2b7

Please sign in to comment.