Skip to content

Commit

Permalink
chore(docs): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bcakmakoglu committed Jun 26, 2022
1 parent b2834b9 commit 0c5473a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guide/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ const onSomeEvent = () => {
const emits = defineEmits(['updateNodeInternals'])
const onSomeEvent = () => {
emit('updateNodeInternals')
emits('updateNodeInternals')
}
</script>
```

0 comments on commit 0c5473a

Please sign in to comment.