We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78acc37 commit 2061878Copy full SHA for 2061878
README.md
@@ -75,7 +75,7 @@ export function HttpLoaderFactory(_httpBackend: HttpBackend) {
75
export class AppModule { }
76
```
77
78
-The `MultiTranslateHttpLoader` takes a list of `string[]` or `TranslationResource[]`.
+The `MultiTranslateHttpLoader` takes a list of `(string | TranslationResource)[]`.
79
80
### String[]
81
For example `['/assets/i18n/core/', '/assets/i18n/vendors/']`,
0 commit comments