From d147d4b154779a2de929122f0faec3f5bdf12033 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 6 Dec 2017 05:20:36 +0300 Subject: [PATCH] Update task.md --- .../1-get-user-attribute/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/06-dom-attributes-and-properties/1-get-user-attribute/task.md b/2-ui/1-document/06-dom-attributes-and-properties/1-get-user-attribute/task.md index 0d11ff9779..4cdf231b0a 100644 --- a/2-ui/1-document/06-dom-attributes-and-properties/1-get-user-attribute/task.md +++ b/2-ui/1-document/06-dom-attributes-and-properties/1-get-user-attribute/task.md @@ -7,7 +7,7 @@ importance: 5 Write the code to select the element with `data-widget-name` attribute from the document and to read its value. ```html run - +