diff --git a/js/levels.js b/js/levels.js index 97e1172..5c3655e 100644 --- a/js/levels.js +++ b/js/levels.js @@ -73,7 +73,7 @@ var levels = [ selector : "#fancy pickle", helpTitle: "Combine the Descendant & ID Selectors", syntax: "#id  A", - help : 'You can combine any selector with the descendent selector.', + help : 'You can combine any selector with the descendant selector.', examples : [ '#cool span selects all span elements that are inside of elements with id="cool"' ],