Skip to content

Commit

Permalink
docs: fix typo (#3108)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-ferdman authored Nov 25, 2024
1 parent d600fe1 commit 4e94b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/extras/web-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ defined in a more manual fashion:
```vue
<script setup lang="ts">
// Suppose that `some-lib` is plain JS without type defintions, and TypeScript
// Suppose that `some-lib` is plain JS without type definitions, and TypeScript
// cannot infer the types:
import { SomeElement } from 'some-lib'

Expand Down

0 comments on commit 4e94b68

Please sign in to comment.