aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/callback_function
diff options
context:
space:
mode:
authorAlexey Istomin <webistomin@gmail.com>2021-03-20 17:12:30 +0300
committerGitHub <noreply@github.com>2021-03-20 17:12:30 +0300
commitffbf5a234039386eae76968a1844f766a9da3d67 (patch)
tree6bd08e3d64417a3b53a6677f159ed3c5cbce37ed /files/ru/glossary/callback_function
parent0057f9bf08252974cd89456bd9f4334dc236c40a (diff)
downloadtranslated-content-ffbf5a234039386eae76968a1844f766a9da3d67.tar.gz
translated-content-ffbf5a234039386eae76968a1844f766a9da3d67.tar.bz2
translated-content-ffbf5a234039386eae76968a1844f766a9da3d67.zip
Fix various typos in Russian translation (#238)
* docs(ru): fix typos * Update index.html Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
Diffstat (limited to 'files/ru/glossary/callback_function')
-rw-r--r--files/ru/glossary/callback_function/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/glossary/callback_function/index.html b/files/ru/glossary/callback_function/index.html
index 258cec58ef..891f3ea8e1 100644
--- a/files/ru/glossary/callback_function/index.html
+++ b/files/ru/glossary/callback_function/index.html
@@ -65,7 +65,7 @@ navigator.geolocation.getCurrentPosition(function(position) {
<h3 id="Основное"><strong>Основное</strong></h3>
<ul>
- <li><a href="https://en.wikipedia.org/wiki/Callback_(computer_programming)">Сallback на Wikipedia</a></li>
+ <li><a href="https://en.wikipedia.org/wiki/Callback_(computer_programming)">Callback на Wikipedia</a></li>
<li><a href="https://learn.javascript.ru/custom-events">Колбэки и события на компонентах</a></li>
<li><a href="http://callbackhell.ru/">Ад обратных вызовов</a></li>
</ul>