Skip to content

Commit d1776ab

Browse files
doc(i18n): typo (#491)
i18next--backend -> i18next-xhr-backend
1 parent 9cba375 commit d1776ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

current/en-us/7. plugins/4. i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Fourth, in those subfolders create a file named `translation.json` which contain
138138
```
139139

140140
Fifth, create (if you haven't already) a file `main.js` in your `src` folder to configure the plugin.
141-
We use i18next-http-backend here. Note that, since i18next-xhr-backend is deprecated, Backend in aurelia-i18n and Backend in i18next--backend are not valid options.
141+
We use i18next-http-backend here. Note that, since i18next-xhr-backend is deprecated, Backend in aurelia-i18n and Backend in i18next-xhr-backend are no longer valid options.
142142

143143

144144
> Info

0 commit comments

Comments
 (0)