Typo in "Event Delegation" Article

This commit is contained in:
Adeel-Charolia 2017-03-25 11:06:45 +05:00 committed by GitHub
parent 0fcf9f84fa
commit 2004c00d1c

View file

@ -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 `<td>`, but inside it.
The click may occur not on the `<td>`, but inside it.
In our case if we take a look inside the HTML, we can see nested tags inside `<td>`, like `<strong>`: