Skip to content

Commit ecb0c23

Browse files
authored
Removed extra space from the link (#644)
1 parent 8cbebef commit ecb0c23

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/5-loading/01-onload-ondomcontentloaded

1 file changed

+1
-1
lines changed

2-ui/5-loading/01-onload-ondomcontentloaded/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ document.addEventListener("DOMContentLoaded", ready);
7575

7676
```warn header="Скрипти, які не блокують DOMContentLoaded"
7777
З цього правила є два винятки:
78-
1. Скрипти з атрибутом `async`, який ми розглянемо [трохи пізніше] (info:script-async-defer), не блокують `DOMContentLoaded`.
78+
1. Скрипти з атрибутом `async`, який ми розглянемо [трохи пізніше](info:script-async-defer), не блокують `DOMContentLoaded`.
7979
2. Скрипти, які створюються динамічно за допомогою `document.createElement('script')` і потім додаються на веб-сторінку, також не блокують цю подію.
8080
```
8181

0 commit comments

Comments
 (0)