From 9ab0b832f14a62ea081c552ec50593fda64f17d3 Mon Sep 17 00:00:00 2001 From: Levi Robertson Date: Mon, 12 Jun 2017 10:29:32 -0700 Subject: [PATCH] Correct spelling of "highlight" While reading the docs I noticed highlight was spelled "hilight" and corrected the spelling. --- entries/closest.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/entries/closest.xml b/entries/closest.xml index 14c10a80..903ba1a7 100644 --- a/entries/closest.xml +++ b/entries/closest.xml @@ -109,7 +109,7 @@ $( "li.item-a" ) Show how event delegation can be done with closest. The closest list element toggles a yellow background when it or its descendent is clicked. @@ -134,7 +134,7 @@ $( document ).on( "click", function( event ) {