README.md in i18n-js-3.4.0 vs README.md in i18n-js-3.4.1
- old
+ new
@@ -246,10 +246,10 @@
MyNamespace.translations || (MyNamespace.translations = {});
MyNamespace.translations["en"] = { ... }
```
-### Adding a line at the beggining of the translations file (useful for imports)
+### Adding a line at the beginning of the translations file (useful for imports)
Setting the `prefix: "import I18n from 'i18n-js';\n"` option will add the line at the beggining of the resultant translation file.
This can be useful to use this gem with the [i18n-js](https://www.npmjs.com/package/i18n-js) npm package, which is quite useful to use it with webpack.
The user should provide the semi-colon and the newline character if needed.