aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
author3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com>2022-02-02 00:40:34 +0900
committerGitHub <noreply@github.com>2022-02-02 00:40:34 +0900
commit39a49663eaad079227bc2749e9394b64bd1a6dd3 (patch)
treee535217efd822e48075b48768918cea8403592b6 /files
parentcc28b31f501b06acb38aedcd4e3f5029ec838699 (diff)
downloadtranslated-content-39a49663eaad079227bc2749e9394b64bd1a6dd3.tar.gz
translated-content-39a49663eaad079227bc2749e9394b64bd1a6dd3.tar.bz2
translated-content-39a49663eaad079227bc2749e9394b64bd1a6dd3.zip
fix: grid-gap demo (#3833)
Diffstat (limited to 'files')
-rw-r--r--files/ko/web/css/gap/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/css/gap/index.html b/files/ko/web/css/gap/index.html
index ba8c76563a..4dd814f6bc 100644
--- a/files/ko/web/css/gap/index.html
+++ b/files/ko/web/css/gap/index.html
@@ -16,7 +16,7 @@ translation_of: Web/CSS/gap
<div class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> and send us a pull request.</div>
-<div>{{EmbedInteractiveExample("pages/css/grid-gap.html")}}</div>
+<div>{{EmbedInteractiveExample("pages/css/gap.html")}}</div>
<div class="note">
<p>원래 <a href="/ko/docs/Web/CSS/CSS_Grid_Layout">CSS Grid Layout</a>은 접두사를 붙인 <code>grid-gap</code> 속성을 정의했었으며, 현재 <code>gap</code>으로 대체하는 과정 중에 있습니다. 그러나 <code>grid-gap</code>만 구현하고 그리드 레이아웃용 <code>gap</code>은 구연하지 않은 브라우저를 지원하려면 위의 대화형 예제처럼 접두사 속성을 사용해야 합니다.</p>