Skip to content

Commit 3b7c75e

Browse files
fix(docs): update npm command
1 parent 334d2e4 commit 3b7c75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default Footer;
8181
You can extract all i18n language within each component by running the following command:
8282

8383
```
84-
npm run extractIntl
84+
npm run extract-intl
8585
```
8686

8787
This will extract all language into i18n JSON files in `app/translations`.

0 commit comments

Comments
 (0)