Skip to content

Commit 582270c

Browse files
committed
refactor: add pending translation after update with master
1 parent b0b6ae0 commit 582270c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ Os scripts `async` são ótimos quando integramos um script independente de terc
137137
Assim como `defer`, o atributo `async` é ignorado se a tag `<script>` não tiver `src`.
138138
```
139139
140-
## Dynamic scripts
140+
## Scripts dinâmicos
141141
142-
There's one more important way of adding a script to the page.
142+
Existe mais uma maneira importante de adicionar um script à página.
143143
144144
Podemos criar um script e anexá-lo ao documento dinamicamente usando JavaScript:
145145

0 commit comments

Comments
 (0)