From 17b0ceea76697c9c572e590ae43870e2dfe1154c Mon Sep 17 00:00:00 2001 From: Sihyeon Kwon <60686984+kwonsean@users.noreply.github.com> Date: Tue, 19 Sep 2023 08:48:44 +0900 Subject: [PATCH] fix: Fix typo in example code - Fix typo in example code's html id name. --- files/ko/web/css/calc/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/ko/web/css/calc/index.md b/files/ko/web/css/calc/index.md index 30c084dd4875c0..e50f1a2829fa4f 100644 --- a/files/ko/web/css/calc/index.md +++ b/files/ko/web/css/calc/index.md @@ -78,7 +78,7 @@ input { width: calc(100% - 1em); } -#formbox { +#form-box { width: calc(100% / 6); border: 1px solid black; padding: 4px; @@ -89,7 +89,7 @@ input { ```html
-
+