Skip to content

Commit fd309b9

Browse files
author
Guillaume Chau
committed
Merge remote-tracking branch 'origin/docs' into docs
2 parents 9e0b0e1 + c4917fa commit fd309b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/build-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Web Component mode does not support IE11 and below. [More details](https://githu
7070
In web component mode, Vue is *externalized.* This means the bundle will not bundle Vue even if your code imports Vue. The bundle will assume `Vue` is available on the host page as a global variable.
7171
:::
7272

73-
You can build a single entry as a library using
73+
You can build a single entry as a web component using
7474

7575
```
7676
vue-cli-service build --target wc --name my-element [entry]

0 commit comments

Comments
 (0)