Skip to content

Commit 59d80be

Browse files
pranavjindal999michalsnik
authored andcommitted
Spelling correction (#430)
1 parent b34b24f commit 59d80be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/attributes-order.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## :book: Rule Details
66

7-
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:
7+
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:
88
- DEFINITION
99
ex: 'is'
1010
- LIST_RENDERING
@@ -113,4 +113,4 @@ Specify custom order of attribute groups
113113
propOne="prop"
114114
is="header">
115115
</div>
116-
```
116+
```

0 commit comments

Comments
 (0)