diff --git a/src/guide/extras/web-components.md b/src/guide/extras/web-components.md index 75b72bbc17..79789fdb6d 100644 --- a/src/guide/extras/web-components.md +++ b/src/guide/extras/web-components.md @@ -238,7 +238,7 @@ export function register() { } ``` -A consumer can use the elements in a Vue file, +A consumer can use the elements in a Vue file: ```vue