diff options
Diffstat (limited to 'files/ru/glossary/callback_function')
-rw-r--r-- | files/ru/glossary/callback_function/index.html | 2 |
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> |