aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/callback_function
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-14 18:26:20 +0300
committerAlexey Pyltsyn <lex61rus@gmail.com>2021-03-15 11:41:42 +0300
commit08dc1a1e60063705ccefc1eb4ef0a17d1ddf196b (patch)
tree034e9bd9b9f9484b499acd21edd1b5cdc5090035 /files/ru/glossary/callback_function
parentecd81e5f73adf6fef6fc0067f50d088a51c32f6a (diff)
downloadtranslated-content-08dc1a1e60063705ccefc1eb4ef0a17d1ddf196b.tar.gz
translated-content-08dc1a1e60063705ccefc1eb4ef0a17d1ddf196b.tar.bz2
translated-content-08dc1a1e60063705ccefc1eb4ef0a17d1ddf196b.zip
Fix typos
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 1c9118e4b5..9b194a8ff3 100644
--- a/files/ru/glossary/callback_function/index.html
+++ b/files/ru/glossary/callback_function/index.html
@@ -66,6 +66,6 @@ navigator.geolocation.getCurrentPosition(function(position) {
<ul>
<li><a href="https://en.wikipedia.org/wiki/Callback_(computer_programming)">Сallback на Wikipedia</a></li>
- <li><a href="https://learn.javascript.ru/custom-events">Коллбэки и события на компонентах</a></li>
+ <li><a href="https://learn.javascript.ru/custom-events">Колбэки и события на компонентах</a></li>
<li><a href="http://callbackhell.ru/">Ад обратных вызовов</a></li>
</ul>