aboutsummaryrefslogtreecommitdiff
path: root/files/ru
diff options
context:
space:
mode:
authormeowmeowmeowcat <meowmeowcat1211@gmail.com>2021-08-05 19:13:21 +0800
committerGitHub <noreply@github.com>2021-08-05 14:13:21 +0300
commit808aa4f67f6dc766fd870ae9cb29ffeead429104 (patch)
treedd9a66fc403cac951d5b0c02ddafc484e57152da /files/ru
parent82c972271f2a3c667899721e53a4e5f83ec52bbc (diff)
downloadtranslated-content-808aa4f67f6dc766fd870ae9cb29ffeead429104.tar.gz
translated-content-808aa4f67f6dc766fd870ae9cb29ffeead429104.tar.bz2
translated-content-808aa4f67f6dc766fd870ae9cb29ffeead429104.zip
Fix broken interactive example (#1915)
Diffstat (limited to 'files/ru')
-rw-r--r--files/ru/web/css/gap/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/css/gap/index.html b/files/ru/web/css/gap/index.html
index 7520e418e1..016709a2a9 100644
--- a/files/ru/web/css/gap/index.html
+++ b/files/ru/web/css/gap/index.html
@@ -9,7 +9,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="/en-US/docs/Web/CSS/CSS_Grid_Layout">CSS Grid Layout</a> initially defined the <code>grid-gap</code> property. This prefixed property is being replaced by <code>gap</code>. However, in order to support browsers that implemented <code>grid-gap</code> and not <code>gap</code> for grid, you will need to use the prefixed property as in the interactive example above.</p>