From 2004c00d1c6286e1a5ba8eb0504272eadea8dc40 Mon Sep 17 00:00:00 2001 From: Adeel-Charolia Date: Sat, 25 Mar 2017 11:06:45 +0500 Subject: [PATCH] Typo in "Event Delegation" Article --- 2-ui/2-events/03-event-delegation/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/2-events/03-event-delegation/article.md b/2-ui/2-events/03-event-delegation/article.md index 375bf978..c999751d 100644 --- a/2-ui/2-events/03-event-delegation/article.md +++ b/2-ui/2-events/03-event-delegation/article.md @@ -66,7 +66,7 @@ Such a code doesn't care how many cells there are in the table. We can add/remov Still, there's a drawback. -The click may occur no on the ``, but inside it. +The click may occur not on the ``, but inside it. In our case if we take a look inside the HTML, we can see nested tags inside ``, like ``: