Skip to content

Commit 2317f98

Browse files
authored
Fix typo in template
1 parent f01f04e commit 2317f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/harmony-unused/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This example demonstrates how webpack tracks the using of ES6 imports and exports. Only used exports are emitted to the resulting bundle. The minimizing step then removes the declarations because they are ununsed.
1+
This example demonstrates how webpack tracks the using of ES6 imports and exports. Only used exports are emitted to the resulting bundle. The minimizing step then removes the declarations because they are unused.
22

33
Excluding unused exports from bundles is known as "[tree-shaking](http://www.2ality.com/2015/12/webpack-tree-shaking.html)".
44

0 commit comments

Comments
 (0)