Skip to content

Commit 141039a

Browse files
authored
docs: Fix typo (#4833)
1 parent 1b85435 commit 141039a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/configuration-options/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ function getTranslatedStrings(currentLanguage) {
10371037
}
10381038
```
10391039
1040-
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.
1040+
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.
10411041
10421042
The following code will merge all files of the same language that are only used by a single entry point:
10431043

0 commit comments

Comments
 (0)