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 ``: