Skip to content

Commit a806b37

Browse files
committed
Merge pull request #185 from nkovacs/patch-1
fix typo in components.md
2 parents 2a7b73c + 97632c2 commit a806b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ The API for a Vue.js component essentially comes in three parts - props, events
765765

766766
- **Slots** allow the external environment to insert content into the component's view structure.
767767

768-
With the dedicate shorthand syntax for `v-bind` and `v-on`, the intents can be clearly and succinctly conveyed in the template:
768+
With the dedicated shorthand syntax for `v-bind` and `v-on`, the intents can be clearly and succinctly conveyed in the template:
769769

770770
``` html
771771
<my-component

0 commit comments

Comments
 (0)