Skip to content

Commit 6c9c950

Browse files
committed
Updated the instruction text on level 13.
1 parent b8985b8 commit 6c9c950

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

NOTES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
##Left-off
22

3-
**QA B4 LAUNCH (Still in progress)**
4-
* Check to make sure all levels work
5-
* Check that examples are correct
3+
**To-do**
4+
* Highlight the 'syntax' better? It wasn't really that useful for Sarah
5+
* The A + B stuff, not sure if it's relatable enough
6+
* The examples are better anyway
7+
68

79
##Feature Ideas
810

js/levels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ var levels = [
251251
selectorName: "General Sibling Selector",
252252
helpTitle: "Select elements that follows another element",
253253
syntax: "A ~ B",
254-
doThis : "Select every pickle to the right of the bento",
254+
doThis : "Select the pickles beside the bento",
255255
selector : "bento ~ pickle",
256256
help : "You can select all siblings of an element that follow it. This is like the Adjacent Selector (A + B) except it gets all of the following elements instead of one.",
257257
examples : [

0 commit comments

Comments
 (0)