Skip to content

Commit 97632c2

Browse files
committed
fix typo in components.md
1 parent c2e4bd9 commit 97632c2

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)