Skip to content

Commit 32371b7

Browse files
authored
Fix: Scripts: async, defer (#289)
1 parent 0807d4e commit 32371b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/5-loading/02-script-async-defer/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<script async src="https://google-analytics.com/analytics.js"></script>
134134
```
135135

136-
```smart header="The `async` атрибут лише для зовнішніх скриптів"
136+
```smart header="Атрибут `async` -- лише для зовнішніх скриптів"
137137
Як і `defer`, атрибут `async` ігнорується, якщо тег `<script>` не має `src`.
138138
```
139139

0 commit comments

Comments
 (0)