Skip to content

Commit

Permalink
Merge pull request #85 from openjck/add-missing-word-to-title
Browse files Browse the repository at this point in the history
Add missing word "the" to level title
  • Loading branch information
Luke Pacholski committed Oct 4, 2014
2 parents 64747ea + c50493d commit 1373b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion levels.js
Expand Up @@ -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.",
Expand Down

0 comments on commit 1373b46

Please sign in to comment.