Skip to content

Commit 00a9c06

Browse files
committed
alex.js update for word dead
1 parent 01ad496 commit 00a9c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/glossary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
- [**Target**](/configuration/target/): User configured deployment target(s) [listed here](/configuration/target/) to compile for a specific environment like the browser, NodeJS, or Electron.
7272

73-
- [**Tree Shaking**](/guides/tree-shaking/): Dead code elimination, or more precisely, live code importing. Compilers like webpack will accomplish this by analyzing the various kinds `import` statements and usage of the imported code to determine what parts of dependencies are actually being utilized, dropping parts of the "tree" that are not.
73+
- [**Tree Shaking**](/guides/tree-shaking/): Unused/Excess code elimination, or more precisely, live code importing. Compilers like webpack will accomplish this by analyzing the various kinds `import` statements and usage of the imported code to determine what parts of dependencies are actually being utilized, dropping parts of the "tree" that are not.
7474

7575
## U
7676

0 commit comments

Comments
 (0)