Skip to content

Commit ce23a89

Browse files
lauriejonesskipjack
authored andcommitted
docs(guides): correct exported => imported in tree-shaking (#1777)
1 parent 310df1a commit ce23a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/tree-shaking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function cube(x) {
104104
}
105105
```
106106
107-
Note the `unused harmony export square` comment above. If you look at the code below it, you'll notice that `square` is not being exported, however, it is still included in the bundle. We'll fix that in the next section.
107+
Note the `unused harmony export square` comment above. If you look at the code below it, you'll notice that `square` is not being imported, however, it is still included in the bundle. We'll fix that in the next section.
108108
109109
110110
## Minify the Output

0 commit comments

Comments
 (0)