Skip to content

Commit 7b8e101

Browse files
Reword the opening sentence about declaring events (#2148)
1 parent 7295166 commit 7b8e101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ All extra arguments passed to `$emit()` after the event name will be forwarded t
100100

101101
## Declaring Emitted Events {#declaring-emitted-events}
102102

103-
Emitted events can be explicitly declared on the component via the <span class="composition-api">[`defineEmits()`](/api/sfc-script-setup.html#defineprops-defineemits) macro</span><span class="options-api">[`emits`](/api/options-state.html#emits) option</span>:
103+
A component can explicitly declare the events it will emit using the <span class="composition-api">[`defineEmits()`](/api/sfc-script-setup.html#defineprops-defineemits) macro</span><span class="options-api">[`emits`](/api/options-state.html#emits) option</span>:
104104

105105
<div class="composition-api">
106106

0 commit comments

Comments
 (0)