Skip to content

Commit 211db88

Browse files
authored
Fix typo in 2.1.6 (Attributes and properties)
1 parent 26b393a commit 211db88

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/06-dom-attributes-and-properties

1 file changed

+1
-1
lines changed

2-ui/1-document/06-dom-attributes-and-properties/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ For instance, here for the order state the attribute `order-state` is used:
298298
</div>
299299
```
300300

301-
Why would using an attribute be preferable to having classes like `.order-state-new`, `.order-state-pending`, `order-state-canceled`?
301+
Why would using an attribute be preferable to having classes like `.order-state-new`, `.order-state-pending`, `.order-state-canceled`?
302302

303303
Because an attribute is more convenient to manage. The state can be changed as easy as:
304304

0 commit comments

Comments
 (0)