aboutsummaryrefslogtreecommitdiff
path: root/files/ru
diff options
context:
space:
mode:
authorigorivn <71632646+igorivn@users.noreply.github.com>2021-11-11 14:13:36 +0700
committerGitHub <noreply@github.com>2021-11-11 10:13:36 +0300
commit0838b3b95f2bc101786de3880519396d0399d0fd (patch)
treed99677ef4e8f9ef2b0af7d51dbd992171c3b3764 /files/ru
parent8be08b2f3d7d89f450b4eca058961680cacff69d (diff)
downloadtranslated-content-0838b3b95f2bc101786de3880519396d0399d0fd.tar.gz
translated-content-0838b3b95f2bc101786de3880519396d0399d0fd.tar.bz2
translated-content-0838b3b95f2bc101786de3880519396d0399d0fd.zip
[RU ]Fix typo (#3051)
Diffstat (limited to 'files/ru')
-rw-r--r--files/ru/web/api/history_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/history_api/index.html b/files/ru/web/api/history_api/index.html
index a8a59718f3..c6aa1541a2 100644
--- a/files/ru/web/api/history_api/index.html
+++ b/files/ru/web/api/history_api/index.html
@@ -64,7 +64,7 @@ window.history.go()</pre>
<h2 id="Примеры">Примеры</h2>
-<p>В следующем примере свойству <code>onpopstate</code> назначается обработчик. А затем приводятся некоторые методы объекта истории для добавления, замени и перемещения по истории текущей вкладки браузера</p>
+<p>В следующем примере свойству <code>onpopstate</code> назначается обработчик. А затем приводятся некоторые методы объекта истории для добавления, замены и перемещения по истории текущей вкладки браузера</p>
<pre>window.onpopstate = function(event) {
alert(`location: ${document.location}, state: ${JSON.stringify(event.state)}`)