diff options
Diffstat (limited to 'files/ru/web/http/methods/connect')
-rw-r--r-- | files/ru/web/http/methods/connect/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/http/methods/connect/index.html b/files/ru/web/http/methods/connect/index.html index 19631473e1..a05af5d48c 100644 --- a/files/ru/web/http/methods/connect/index.html +++ b/files/ru/web/http/methods/connect/index.html @@ -47,7 +47,7 @@ translation_of: Web/HTTP/Methods/CONNECT <h2 id="Пример">Пример</h2> -<p>Некоторые прокси сервера могут запросить авторизацию для создания туннеля. Смотрите так же {{HTTPHeader("Proxy-Authorization")}}.</p> +<p>Некоторые прокси сервера могут запросить авторизацию для создания туннеля. Смотрите также {{HTTPHeader("Proxy-Authorization")}}.</p> <pre class="line-numbers language-html notranslate">CONNECT server.example.com:80 HTTP/1.1 Host: server.example.com:80 |