From 97632c2a5b0bba574fb796562996709fa513ae66 Mon Sep 17 00:00:00 2001 From: Nikola Kovacs Date: Wed, 18 Nov 2015 13:11:29 +0100 Subject: [PATCH] fix typo in components.md --- src/guide/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/components.md b/src/guide/components.md index 7a787b77d6..74460f5607 100644 --- a/src/guide/components.md +++ b/src/guide/components.md @@ -765,7 +765,7 @@ The API for a Vue.js component essentially comes in three parts - props, events - **Slots** allow the external environment to insert content into the component's view structure. -With the dedicate shorthand syntax for `v-bind` and `v-on`, the intents can be clearly and succinctly conveyed in the template: +With the dedicated shorthand syntax for `v-bind` and `v-on`, the intents can be clearly and succinctly conveyed in the template: ``` html