diff --git a/entries/index.xml b/entries/index.xml index 5daa692e..16742497 100644 --- a/entries/index.xml +++ b/entries/index.xml @@ -79,7 +79,7 @@ alert( "Index: " + $( "#bar" ).index() );

- On click, returns the index (based zero) of that div in the page. + On click, returns the index (zero-based) of that div in the page.