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: `