diff --git a/index.html b/index.html index 6e5e2ef..b0b7990 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,8 @@ - - + + @@ -23,9 +23,9 @@
- -
@@ -61,7 +61,7 @@ allowtransparency="true" frameborder="0" scrolling="0" width="156" height="30"><Internally, we need to fetch all elements that matches with your selector and attach event listeners for each one. But guess what? If you have hundreds of matches, this operation can consume a lot of memory.
-For this reason we use event delegation which replaces multiple event listeners with just a single listener. After all, #perfmatters.
+For this reason we use event delegation which replaces multiple event listeners with just a single listener. After all, #perfmatters.