Skip to content

Commit cd533bd

Browse files
authored
update emits-option.md (#1223)
1 parent b4fe522 commit cd533bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/emits-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For more information on this, please read the [API documentation for this featur
5353

5454
## Migration Strategy
5555

56-
It is highly recommended that you document all of the events emitted by each of your components using `emits`.
56+
It is highly recommended that you document all the events emitted by each of your components using `emits`.
5757

5858
This is especially important because of [the removal of the `.native` modifier](./v-on-native-modifier-removed.md). Any listeners for events that aren't declared with `emits` will now be included in the component's `$attrs`, which by default will be bound to the component's root node.
5959

0 commit comments

Comments
 (0)