diff options
Diffstat (limited to 'files/ru/web/api/domtokenlist')
-rw-r--r-- | files/ru/web/api/domtokenlist/index.html | 4 | ||||
-rw-r--r-- | files/ru/web/api/domtokenlist/replace/index.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/domtokenlist/index.html b/files/ru/web/api/domtokenlist/index.html index 852ccab596..1f352cbdf8 100644 --- a/files/ru/web/api/domtokenlist/index.html +++ b/files/ru/web/api/domtokenlist/index.html @@ -60,7 +60,7 @@ para.textContent = 'paragraph classList is "' + classes + '"';</pre> <p>Результат выглядит так:</p> -<p>{{ EmbedLiveSample('Examples', '100%', 60) }}</p> +<p>{{ EmbedLiveSample('Примеры', '100%', 60) }}</p> <h2 id="Обрезка_пробелов_и_удаление_дубликатов">Обрезка пробелов и удаление дубликатов</h2> @@ -75,7 +75,7 @@ span.textContent = 'span classList is "' + classes + '"';</pre> <p>Результат выглядит так:</p> -<p>{{ EmbedLiveSample('Trimming_of_whitespace_and_removal_of_duplicates', '100%', 60) }}</p> +<p>{{ EmbedLiveSample('Обрезка_пробелов_и_удаление_дубликатов', '100%', 60) }}</p> <h2 id="Характеристики">Характеристики</h2> diff --git a/files/ru/web/api/domtokenlist/replace/index.html b/files/ru/web/api/domtokenlist/replace/index.html index ad41a3d422..ae19753035 100644 --- a/files/ru/web/api/domtokenlist/replace/index.html +++ b/files/ru/web/api/domtokenlist/replace/index.html @@ -52,7 +52,7 @@ if (result) { <p><span class="VIiyi" lang="ru"><span class="ChMk0b JLqJ4b"><span>Результат выглядит так:</span></span></span></p> -<p>{{ EmbedLiveSample('Examples', '100%', 60) }}</p> +<p>{{ EmbedLiveSample('Примеры', '100%', 60) }}</p> <h2 id="Полифил">Полифил</h2> |