Skip to content

Commit ca49334

Browse files
Update src/guide/components/events.md
Co-authored-by: Natalia Tepluhina <[email protected]>
1 parent a7f5cb4 commit ca49334

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
@@ -176,7 +176,7 @@ export default {
176176

177177
</div>
178178

179-
The <span class="composition-api">`defineEmits()` macro</span><span class="options-api">`emits` option</span> also supports an object syntax, which allows us to perform runtime validation of the payload of the emitted events:
179+
The `emits` option and `defineEmits()` macro also support an object syntax, which allows us to perform runtime validation of the payload of the emitted events:
180180

181181
<div class="composition-api">
182182

0 commit comments

Comments
 (0)