We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbebef commit ecb0c23Copy full SHA for ecb0c23
2-ui/5-loading/01-onload-ondomcontentloaded/article.md
@@ -75,7 +75,7 @@ document.addEventListener("DOMContentLoaded", ready);
75
76
```warn header="Скрипти, які не блокують DOMContentLoaded"
77
З цього правила є два винятки:
78
-1. Скрипти з атрибутом `async`, який ми розглянемо [трохи пізніше] (info:script-async-defer), не блокують `DOMContentLoaded`.
+1. Скрипти з атрибутом `async`, який ми розглянемо [трохи пізніше](info:script-async-defer), не блокують `DOMContentLoaded`.
79
2. Скрипти, які створюються динамічно за допомогою `document.createElement('script')` і потім додаються на веб-сторінку, також не блокують цю подію.
80
```
81
0 commit comments