Skip to content

Commit 4e94b68

Browse files
docs: fix typo (#3108)
1 parent d600fe1 commit 4e94b68

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
@@ -472,7 +472,7 @@ defined in a more manual fashion:
472472

473473
```vue
474474
<script setup lang="ts">
475-
// Suppose that `some-lib` is plain JS without type defintions, and TypeScript
475+
// Suppose that `some-lib` is plain JS without type definitions, and TypeScript
476476
// cannot infer the types:
477477
import { SomeElement } from 'some-lib'
478478

0 commit comments

Comments
 (0)