Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Feb 1, 2023
1 parent 1b85435 commit be52171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration-options/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ function getTranslatedStrings(currentLanguage) {
}
```
If a lot of such components are used together, this will result in a lot of dynamic imports of very small chunks: Even though we known that all language files of the same language that are imported by the same chunk will always be used together, Rollup does not have this information.
If a lot of such components are used together, this will result in a lot of dynamic imports of very small chunks: Even though we know that all language files of the same language that are imported by the same chunk will always be used together, Rollup does not have this information.
The following code will merge all files of the same language that are only used by a single entry point:
Expand Down

0 comments on commit be52171

Please sign in to comment.