Skip to content

Commit

Permalink
Spelling correction (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavjindal999 authored and michalsnik committed Mar 21, 2018
1 parent b34b24f commit 59d80be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/attributes-order.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## :book: Rule Details

This rule aims to enfore ordering of component attributes. The default order is specified in the [Vue styleguide](https://vuejs.org/v2/style-guide/#Element-attribute-order-recommended) and is:
This rule aims to enforce ordering of component attributes. The default order is specified in the [Vue styleguide](https://vuejs.org/v2/style-guide/#Element-attribute-order-recommended) and is:
- DEFINITION
ex: 'is'
- LIST_RENDERING
Expand Down Expand Up @@ -113,4 +113,4 @@ Specify custom order of attribute groups
propOne="prop"
is="header">
</div>
```
```

0 comments on commit 59d80be

Please sign in to comment.