Skip to content

Commit 253786c

Browse files
committed
Question 29 Spelling Mistake Fixed
1 parent 752e1a9 commit 253786c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ List of 300 VueJS Interview Questions
953953
29. ### How do you communicate from child to parent using events?
954954
If you want child wants to communicate back up to the parent, then emit an event from child using `$emit` object to parent,
955955
```javascript
956-
Vue.component('todo-tem', {
956+
Vue.component('todo-item', {
957957
props: ['todo'],
958958
template: `
959959
<div class="todo-item">

0 commit comments

Comments
 (0)