Skip to content

Commit 53f38e6

Browse files
authored
fix: 优化翻译
1 parent dcacca7 commit 53f38e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/01-callbacks/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ loadScript('/my/script.js', function(script) {
133133
});
134134
```
135135

136-
在外部 `loadScript` 执行完成时,内部回调就会被回调
136+
在外部 `loadScript` 执行完成时,回调就会发起内部的 `loadScript`
137137

138138
如果我们还想要一个脚本呢?
139139

0 commit comments

Comments
 (0)