From 1d43cdc908d62411e919cd1b42fa547c8aad0470 Mon Sep 17 00:00:00 2001 From: orocane <53696294+S1RANN@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:37:03 +0800 Subject: [PATCH] docs: fix typo (#23656) --- docs/1.getting-started/4.styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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