docs: fix typo (#23656)

This commit is contained in:
orocane 2023-10-13 16:37:03 +08:00 committed by GitHub
parent 458acbb8e1
commit 1d43cdc908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,7 +338,7 @@ const color = ref("red")
### Scoped Styles
The scoped attribute allows you to style component in insolation. The styles declared with this attribute will only apply to this component.
The scoped attribute allows you to style components in isolation. The styles declared with this attribute will only apply to this component.
```vue
<template>