aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/htmltableelement
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/htmltableelement')
-rw-r--r--files/ru/web/api/htmltableelement/index.html2
-rw-r--r--files/ru/web/api/htmltableelement/insertrow/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/htmltableelement/index.html b/files/ru/web/api/htmltableelement/index.html
index cfadd4d95d..964a99f676 100644
--- a/files/ru/web/api/htmltableelement/index.html
+++ b/files/ru/web/api/htmltableelement/index.html
@@ -191,7 +191,7 @@ translation_of: Web/API/HTMLTableElement
</table>
</div>
-<h2 id="See_also" name="See_also">См. также</h2>
+<h2 id="See_also" name="See_also">Смотрите также</h2>
<ul>
<li>Элемент HTML, реализующий данный интерфейс: {{HTMLElement("table")}}.</li>
diff --git a/files/ru/web/api/htmltableelement/insertrow/index.html b/files/ru/web/api/htmltableelement/insertrow/index.html
index ea8d0f16aa..05bd9b1739 100644
--- a/files/ru/web/api/htmltableelement/insertrow/index.html
+++ b/files/ru/web/api/htmltableelement/insertrow/index.html
@@ -147,7 +147,7 @@ addRow('TableA');
<p>[1] Начиная с Gecko 20.0 {{geckoRelease("20.0")}} аргумент index опционален и значением по умолчанию является -1 согласно спецификации HTML.</p>
-<h2 id="Смотри_также">Смотри также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>{{domxref("HTMLTableRowElement.insertCell()")}}</li>