Merge pull request #2280 from vsemozhetbyt/patch-11
Fix typo in 2.1.6 (Attributes and properties)
This commit is contained in:
commit
fab613d2fd
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ For instance, here for the order state the attribute `order-state` is used:
|
|||
</div>
|
||||
```
|
||||
|
||||
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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue