From c45adc7b5e665a437dc90b9cf0fe3737cc704fa0 Mon Sep 17 00:00:00 2001 From: Pranav Jindal Date: Wed, 14 Mar 2018 15:57:06 +0530 Subject: [PATCH] Spelling correction --- docs/rules/attributes-order.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```