Skip to content

Commit f14c008

Browse files
committed
typos
1 parent 0545217 commit f14c008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

active-rfcs/0005-replace-v-bind-sync-with-v-model-argument.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ None of these are great options, but I'm probably most in favor of option 2. I'd
9494

9595
## Drawbacks
9696

97-
Beyond the inevitable pains with any breaking change, I think the pain for this syntax would be relatively minimal - partly because the `.sync` modifier is not as widely used a feature and also due to the potential easy of migrating users (see addoption strategy below).
97+
Beyond the inevitable pains with any breaking change, I think the pain for this syntax would be relatively minimal - partly because the `.sync` modifier is not as widely used a feature and also due to the potential easy of migrating users (see adoption strategy below).
9898

9999
## Adoption strategy
100100

active-rfcs/0030-emits-option.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The new [Attribute Fallthrough Behavior](https://github.com/vuejs/rfcs/blob/mast
8686
<Foo @click="onClick" />
8787
```
8888

89-
We are not making `emits` required for `click` to be trigger-able by component emitted events for backwards compatibility. Therefore in the above exampe, without the `emits` option, the listener can be triggered by both a native click event on `Foo`'s root element, or a custom `click` event emitted by `Foo`.
89+
We are not making `emits` required for `click` to be trigger-able by component emitted events for backwards compatibility. Therefore in the above example, without the `emits` option, the listener can be triggered by both a native click event on `Foo`'s root element, or a custom `click` event emitted by `Foo`.
9090

9191
If, however, `click` is declared as a custom event by using the `emits` option, it will then only be triggered by custom events and will no longer fallthrough as a native listener.
9292

0 commit comments

Comments
 (0)