diff options
Diffstat (limited to 'files/ru/conflicting/web/api/xmlhttprequest/index.html')
-rw-r--r-- | files/ru/conflicting/web/api/xmlhttprequest/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/conflicting/web/api/xmlhttprequest/index.html b/files/ru/conflicting/web/api/xmlhttprequest/index.html index 0d2e6c16e7..89d75358b5 100644 --- a/files/ru/conflicting/web/api/xmlhttprequest/index.html +++ b/files/ru/conflicting/web/api/xmlhttprequest/index.html @@ -86,7 +86,7 @@ req.onerror = onError; req.send(null); </pre> -<p>Атрибуты события <code>onprogress</code>: <code>position</code> и <code>totalSize</code>, отображают соотвественно текущие количество принятых байтов и количество ожидаемых байтов.</p> +<p>Атрибуты события <code>onprogress</code>: <code>position</code> и <code>totalSize</code>, отображают соответственно текущие количество принятых байтов и количество ожидаемых байтов.</p> <p>Все эти события имеют свои <code>target</code> атрибуты установленные в соответствии с <code>XMLHttpRequest</code>.</p> |