aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/globaleventhandlers/onerror/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/globaleventhandlers/onerror/index.html')
-rw-r--r--files/ru/web/api/globaleventhandlers/onerror/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/globaleventhandlers/onerror/index.html b/files/ru/web/api/globaleventhandlers/onerror/index.html
index 29555d6c44..327a7d0d06 100644
--- a/files/ru/web/api/globaleventhandlers/onerror/index.html
+++ b/files/ru/web/api/globaleventhandlers/onerror/index.html
@@ -27,7 +27,7 @@ translation_of: Web/API/GlobalEventHandlers/onerror
<ul>
<li>Сообщение ошибки (string)</li>
<li>Url, где произошла ошибка (string)</li>
- <li>Номер строки, где прошизошла ошибка (number)</li>
+ <li>Номер строки, где произошла ошибка (number)</li>
<li>Номер столбца для строки, в которой произошла ошибка (number) {{gecko_minversion_inline("31.0")}}</li>
<li><a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error">Error Object</a> (object) {{gecko_minversion_inline("31.0")}}</li>
</ul>