diff --git a/levels.js b/levels.js index 6050294..b9e5cb9 100644 --- a/levels.js +++ b/levels.js @@ -207,7 +207,7 @@ var levels = [ { selectorName: "Only Child Pseudo-selector", helpTitle: "Select an element that are the only element inside of another one.", - doThis : "Select apple and the pickle on the plates", + doThis : "Select the apple and the pickle on the plates", selector : "plate :only-child", syntax: ":only-child", help : "You can select any element that is the only element inside of another one.",