diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-15 14:29:50 +0300 |
---|---|---|
committer | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-15 14:29:50 +0300 |
commit | 55ddd4454665a3c66e3d5b186bc79048468d36e7 (patch) | |
tree | 5391f1ae01bbcd484387bbc2373492ac9bc89dbc /files/ru/web/api/websocket/index.html | |
parent | 08dc1a1e60063705ccefc1eb4ef0a17d1ddf196b (diff) | |
download | translated-content-55ddd4454665a3c66e3d5b186bc79048468d36e7.tar.gz translated-content-55ddd4454665a3c66e3d5b186bc79048468d36e7.tar.bz2 translated-content-55ddd4454665a3c66e3d5b186bc79048468d36e7.zip |
Auto fixes
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> |