diff options
Diffstat (limited to 'files/ru/web/api/websocket/index.html')
-rw-r--r-- | files/ru/web/api/websocket/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/api/websocket/index.html b/files/ru/web/api/websocket/index.html index e03da6850d..2d53a55c5c 100644 --- a/files/ru/web/api/websocket/index.html +++ b/files/ru/web/api/websocket/index.html @@ -52,12 +52,12 @@ WebSocket WebSocket( </tbody> </table> -<h2 id="Аттрибуты"><font face="x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif"><span style="font-size: 40px;"><strong>Аттрибуты</strong></span></font></h2> +<h2 id="Атрибуты"><font face="x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif"><span style="font-size: 40px;"><strong>Атрибуты</strong></span></font></h2> <table class="standard-table"> <tbody> <tr> - <td class="header">Аттрибут</td> + <td class="header">Атрибут</td> <td class="header">Тип</td> <td class="header">Описание</td> </tr> @@ -130,7 +130,7 @@ WebSocket WebSocket( <h3 id="Константы_состояния_готовности">Константы состояния готовности</h3> -<p>Эти константы используются аттрибутом <code>readyState</code> для описания состояния WebSocket - подключения</p> +<p>Эти константы используются атрибутом <code>readyState</code> для описания состояния WebSocket - подключения</p> <table class="standard-table"> <tbody> @@ -162,7 +162,7 @@ WebSocket WebSocket( </tbody> </table> -<h2 id="Methods" name="Methods">Mетоды</h2> +<h2 id="Methods" name="Methods">Методы</h2> <h3 id="close" name="close()">close()</h3> |