You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/levels.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ var levels = [
251
251
selectorName: "General Sibling Selector",
252
252
helpTitle: "Select elements that follows another element",
253
253
syntax: "A ~ B",
254
-
doThis : "Select every pickle to the right of the bento",
254
+
doThis : "Select the pickles beside the bento",
255
255
selector : "bento ~ pickle",
256
256
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.",
0 commit comments