From 93f9ea284df26230f1b8c694b77389f6962feac7 Mon Sep 17 00:00:00 2001 From: Brent Guffens Date: Mon, 5 Feb 2018 17:04:01 +0100 Subject: [PATCH] Update task.md --- .../4-where-document-in-hierarchy/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/05-basic-dom-node-properties/4-where-document-in-hierarchy/task.md b/2-ui/1-document/05-basic-dom-node-properties/4-where-document-in-hierarchy/task.md index d83602dc..de266c6a 100644 --- a/2-ui/1-document/05-basic-dom-node-properties/4-where-document-in-hierarchy/task.md +++ b/2-ui/1-document/05-basic-dom-node-properties/4-where-document-in-hierarchy/task.md @@ -4,7 +4,7 @@ importance: 4 # Where's the "document" in the hierarchy? -Which class the `document` belongs to? +Which class does the `document` belong to? What's its place in the DOM hierarchy?