From cc9b015e1b78b936391007f9726123a9638742bc Mon Sep 17 00:00:00 2001 From: Lavrentiy Rubtsov Date: Sat, 30 Apr 2022 14:25:34 +0600 Subject: [PATCH] add quotes --- 2-ui/1-document/07-modifying-document/5-why-aaa/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/07-modifying-document/5-why-aaa/task.md b/2-ui/1-document/07-modifying-document/5-why-aaa/task.md index f87074db..861f7050 100644 --- a/2-ui/1-document/07-modifying-document/5-why-aaa/task.md +++ b/2-ui/1-document/07-modifying-document/5-why-aaa/task.md @@ -22,6 +22,6 @@ Why does that happen? alert(table); // the table, as it should be table.remove(); - // why there's still aaa in the document? + // why there's still "aaa" in the document? ```