aboutsummaryrefslogtreecommitdiff
path: root/files/ko/learn/css/css_layout/normal_flow
diff options
context:
space:
mode:
authoriubns <iubns@naver.com>2021-06-04 06:57:51 +0900
committerGitHub <noreply@github.com>2021-06-04 06:57:51 +0900
commit011b9b620f42fef0ff081494dc605ccc0908a744 (patch)
treecd1268ddb66ace5e6d262af84f0c4fb3e1476eb9 /files/ko/learn/css/css_layout/normal_flow
parent4d3d85b63153094409ad2a1abcc13e0581b64e27 (diff)
downloadtranslated-content-011b9b620f42fef0ff081494dc605ccc0908a744.tar.gz
translated-content-011b9b620f42fef0ff081494dc605ccc0908a744.tar.bz2
translated-content-011b9b620f42fef0ff081494dc605ccc0908a744.zip
[Ko] Fix: match the names of id and examples (#947)
* Fix: match the names of id and examples * Fix: Modify id translation
Diffstat (limited to 'files/ko/learn/css/css_layout/normal_flow')
-rw-r--r--files/ko/learn/css/css_layout/normal_flow/index.html4
1 files changed, 2 insertions, 2 deletions
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/일반_흐름
<p>이 모든 것을 설명하는 간단한 예를 살펴봅시다.</p>
-<div id="일반_대열">
+<div id="Normal_Flow">
<pre class="brush: html">&lt;h1&gt;기본 문서 flow&lt;/h1&gt;
&lt;p&gt;나는 기본 볼록 수준 요소입니다. 나와 인접한 블록 수준 요소는 내 아래 새 줄에 자리합니다.&lt;/p&gt;
@@ -78,7 +78,7 @@ span {
}</pre>
</div>
-<p>{{ EmbedLiveSample('일반_flow', '100%', 500) }}</p>
+<p>{{ EmbedLiveSample('Normal_Flow', '100%', 500) }}</p>
<h2 id="요약정리">요약정리</h2>