Skip to content

Commit 06949d6

Browse files
docs: typo "Typescript" (#2731)
1 parent 8323f25 commit 06949d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/extras/web-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export function register() {
224224

225225
If you have many components, you can also leverage build tool features such as Vite's [glob import](https://vitejs.dev/guide/features.html#glob-import) or webpack's [`require.context`](https://webpack.js.org/guides/dependency-management/#requirecontext) to load all components from a directory.
226226

227-
### Web Components and Typescript {#web-components-and-typescript}
227+
### Web Components and TypeScript {#web-components-and-typescript}
228228

229229
If you are developing an application or a library, you may want to [type check](/guide/scaling-up/tooling.html#typescript) your Vue components, including those that are defined as custom elements.
230230

0 commit comments

Comments
 (0)