Skip to content
Prev Previous commit
Next Next commit
Correct typo in README
  • Loading branch information
carestad committed Apr 19, 2018
commit f2c67c8088eef821262416f70062f80e01f99f9c
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ The files can then be generated using the artisan command:
`php artisan js-localization:export`

This will generate two files in your target directory:
* `messags.js` contains your translation strings
* `messages.js` contains your translation strings
* `config.js` contains your exported config values
* `lang-{locale}.js` contains one language's translation strings, if the `split_export_files` config option is set to true

Expand Down