Skip to content

Commit f24e463

Browse files
authored
Merge pull request #3213 from joaquinelio/patch-15
typo "optimzed
2 parents 26ac4c8 + 165a3f5 commit f24e463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/13-modules/02-import-export/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Well, there are few reasons.
9999
```smart header="Don't be afraid to import too much"
100100
Modern build tools, such as [webpack](https://webpack.js.org/) and others, bundle modules together and optimize them to speedup loading. They also removed unused imports.
101101
102-
For instance, if you `import * as library` from a huge code library, and then use only few methods, then unused ones [will not be included](https://github.com/webpack/webpack/tree/main/examples/harmony-unused#examplejs) into the optimzed bundle.
102+
For instance, if you `import * as library` from a huge code library, and then use only few methods, then unused ones [will not be included](https://github.com/webpack/webpack/tree/main/examples/harmony-unused#examplejs) into the optimized bundle.
103103
```
104104

105105
## Import "as"

0 commit comments

Comments
 (0)