From 011b9b620f42fef0ff081494dc605ccc0908a744 Mon Sep 17 00:00:00 2001 From: iubns Date: Fri, 4 Jun 2021 06:57:51 +0900 Subject: [Ko] Fix: match the names of id and examples (#947) * Fix: match the names of id and examples * Fix: Modify id translation --- files/ko/learn/css/css_layout/normal_flow/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ko/learn/css/css_layout/normal_flow') diff --git a/files/ko/learn/css/css_layout/normal_flow/index.html b/files/ko/learn/css/css_layout/normal_flow/index.html index 13dc60e97e..3905f8b9f2 100644 --- a/files/ko/learn/css/css_layout/normal_flow/index.html +++ b/files/ko/learn/css/css_layout/normal_flow/index.html @@ -49,7 +49,7 @@ original_slug: Learn/CSS/CSS_layout/일반_흐름

이 모든 것을 설명하는 간단한 예를 살펴봅시다.

-
+
<h1>기본 문서 flow</h1>
 
 <p>나는 기본 볼록 수준 요소입니다. 나와 인접한 블록 수준 요소는 내 아래 새 줄에 자리합니다.</p>
@@ -78,7 +78,7 @@ span {
 }
-

{{ EmbedLiveSample('일반_flow', '100%', 500) }}

+

{{ EmbedLiveSample('Normal_Flow', '100%', 500) }}

요약정리

-- cgit v1.2.3-54-g00ecf