diff --git a/docs/rules/attributes-order.md b/docs/rules/attributes-order.md index 137fee217..e34d06793 100644 --- a/docs/rules/attributes-order.md +++ b/docs/rules/attributes-order.md @@ -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 @@ -113,4 +113,4 @@ Specify custom order of attribute groups propOne="prop" is="header"> -``` \ No newline at end of file +```