diff --git a/docs/1.getting-started/4.styling.md b/docs/1.getting-started/4.styling.md index 16093e29ad..f9a68c154a 100644 --- a/docs/1.getting-started/4.styling.md +++ b/docs/1.getting-started/4.styling.md @@ -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