diff --git a/2-ui/5-loading/02-script-async-defer/article.md b/2-ui/5-loading/02-script-async-defer/article.md
index b0485a555..7154135cf 100644
--- a/2-ui/5-loading/02-script-async-defer/article.md
+++ b/2-ui/5-loading/02-script-async-defer/article.md
@@ -133,7 +133,7 @@
 <script async src="https://google-analytics.com/analytics.js"></script>
 ```
 
-```smart header="The `async` атрибут лише для зовнішніх скриптів"
+```smart header="Атрибут `async` -- лише для зовнішніх скриптів"
 Як і `defer`, атрибут `async` ігнорується, якщо тег `<script>` не має `src`.
 ```