diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-22 22:22:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 02:22:24 +0700 |
commit | 52e82c171704e75c12d0b26740f6c60a7b6df33e (patch) | |
tree | df1ba59bf3f86926605b33efb0cceebf785deacc /files/ru/web/api/windoweventhandlers/onafterprint | |
parent | 33984e116c31c184a8b7511cc29d50c17405aa6e (diff) | |
download | translated-content-52e82c171704e75c12d0b26740f6c60a7b6df33e.tar.gz translated-content-52e82c171704e75c12d0b26740f6c60a7b6df33e.tar.bz2 translated-content-52e82c171704e75c12d0b26740f6c60a7b6df33e.zip |
Unify "Syntax" heading in Russian translation (#287)
Diffstat (limited to 'files/ru/web/api/windoweventhandlers/onafterprint')
-rw-r--r-- | files/ru/web/api/windoweventhandlers/onafterprint/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/windoweventhandlers/onafterprint/index.html b/files/ru/web/api/windoweventhandlers/onafterprint/index.html index 3a7708b9a5..9ce9505b29 100644 --- a/files/ru/web/api/windoweventhandlers/onafterprint/index.html +++ b/files/ru/web/api/windoweventhandlers/onafterprint/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/WindowEventHandlers/onafterprint <p>Свойство <code>WindowEventHandlers.onafterprint</code> устанавливает и возвращает обработчик {{domxref("EventHandler")}} события {{event("afterprint")}} в текущем окне.</p> -<h2 id="Синтакс">Синтакс</h2> +<h2 id="Синтаксис">Синтаксис</h2> <pre class="syntaxbox"><em>window</em>.onafterprint = <em>код обработки события</em> </pre> |