From 39e44acbd3b8785f3581b134e60bdeef643d48e6 Mon Sep 17 00:00:00 2001 From: Ryan Jackson Date: Fri, 27 Dec 2019 12:02:56 -0500 Subject: [PATCH] Fix typo in Child Selector level Fixed a small typo in the child selector level description. --- js/levels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/levels.js b/js/levels.js index 97e1172..103e225 100644 --- a/js/levels.js +++ b/js/levels.js @@ -280,7 +280,7 @@ var levels = [ helpTitle: "Select direct children of an element", help : "You can select elements that are direct children of other elements. A child element is any element that is nested directly in another element.

Elements that are nested deeper than that are called descendant elements.", examples : [ - 'A > B selects all B that are a direct children A' + 'A > B selects all B that are direct children of A' ], boardMarkup: `