aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/domtokenlist
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-14 18:26:20 +0300
committerAlexey Pyltsyn <lex61rus@gmail.com>2021-03-15 11:41:42 +0300
commit08dc1a1e60063705ccefc1eb4ef0a17d1ddf196b (patch)
tree034e9bd9b9f9484b499acd21edd1b5cdc5090035 /files/ru/web/api/domtokenlist
parentecd81e5f73adf6fef6fc0067f50d088a51c32f6a (diff)
downloadtranslated-content-08dc1a1e60063705ccefc1eb4ef0a17d1ddf196b.tar.gz
translated-content-08dc1a1e60063705ccefc1eb4ef0a17d1ddf196b.tar.bz2
translated-content-08dc1a1e60063705ccefc1eb4ef0a17d1ddf196b.zip
Fix typos
Diffstat (limited to 'files/ru/web/api/domtokenlist')
-rw-r--r--files/ru/web/api/domtokenlist/replace/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/domtokenlist/replace/index.html b/files/ru/web/api/domtokenlist/replace/index.html
index 1a9c51f16b..e54a1d45b7 100644
--- a/files/ru/web/api/domtokenlist/replace/index.html
+++ b/files/ru/web/api/domtokenlist/replace/index.html
@@ -54,9 +54,9 @@ if (result) {
<p>{{ EmbedLiveSample('Examples', '100%', 60) }}</p>
-<h2 id="Полифилл">Полифилл</h2>
+<h2 id="Полифил">Полифил</h2>
-<p>Следующий полифилл добавит метод replace в класс <code>DOMTokenList</code>.  Селудющий код будет работать только с <strong>IE10-11</strong>. Чтобы использовать с более ранними версиями IE, обратитесь к полифиллу по {{domxref("element.classList#Polyfill")}}</p>
+<p>Следующий полифил добавит метод replace в класс <code>DOMTokenList</code>.  Селудющий код будет работать только с <strong>IE10-11</strong>. Чтобы использовать с более ранними версиями IE, обратитесь к полифилу по {{domxref("element.classList#Polyfill")}}</p>
<pre class="brush: js notranslate"><code>DOMTokenList.prototype.replace = function (a, b) {
if (this.contains(a)) {