jquery.accessKeyLabel: Add missing word in inline comment
authorTimo Tijhof <krinklemail@gmail.com>
Sun, 20 Jul 2014 22:18:32 +0000 (00:18 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Sun, 20 Jul 2014 22:18:32 +0000 (00:18 +0200)
Follows-up 6a81b0e5.

Change-Id: I4558a224746b416feca2de7afa159aa90b5dfc33

resources/src/jquery/jquery.accessKeyLabel.js

index 80b8303..7b49cb2 100644 (file)
@@ -154,7 +154,7 @@ function updateTooltip( element ) {
                        }
                }
 
-               // Search it as parent, because the form control can also inside the label element itself
+               // Search it as parent, because the form control can also be inside the label element itself
                $labelParent = $element.parents( 'label' );
                if ( $labelParent.length === 1 ) {
                        updateTooltipOnElement( element, $labelParent[0] );