diff --git a/docs/rules/order-in-components.md b/docs/rules/order-in-components.md index ba40ca207..460503a50 100644 --- a/docs/rules/order-in-components.md +++ b/docs/rules/order-in-components.md @@ -46,7 +46,7 @@ If you want you can change the order providing the optional configuration in you ``` json "vue/order-in-components": ["error", { - order: [ + "order": [ "el", "name", "parent",