From 2dce19e3e9bc37d2e473e137157ab48c99340676 Mon Sep 17 00:00:00 2001 From: joaquinelio Date: Wed, 16 Jun 2021 02:05:38 -0300 Subject: [PATCH] "inserts into" instead of "appends to" --- 1-js/11-async/01-callbacks/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/11-async/01-callbacks/article.md b/1-js/11-async/01-callbacks/article.md index 344d92b7..9432e860 100644 --- a/1-js/11-async/01-callbacks/article.md +++ b/1-js/11-async/01-callbacks/article.md @@ -28,7 +28,7 @@ function loadScript(src) { } ``` -It appends to the document the new, dynamically created, tag `