From 211db88dd6d34e9b52dd18a3db3466e3d27ab545 Mon Sep 17 00:00:00 2001 From: Vse Mozhe Buty Date: Tue, 10 Nov 2020 13:00:41 +0000 Subject: [PATCH] Fix typo in 2.1.6 (Attributes and properties) --- 2-ui/1-document/06-dom-attributes-and-properties/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/06-dom-attributes-and-properties/article.md b/2-ui/1-document/06-dom-attributes-and-properties/article.md index bcbf074c..e39a5425 100644 --- a/2-ui/1-document/06-dom-attributes-and-properties/article.md +++ b/2-ui/1-document/06-dom-attributes-and-properties/article.md @@ -298,7 +298,7 @@ For instance, here for the order state the attribute `order-state` is used: ``` -Why would using an attribute be preferable to having classes like `.order-state-new`, `.order-state-pending`, `order-state-canceled`? +Why would using an attribute be preferable to having classes like `.order-state-new`, `.order-state-pending`, `.order-state-canceled`? Because an attribute is more convenient to manage. The state can be changed as easy as: