Skip to content

Commit 90e2c4f

Browse files
yogibabachrisvfritz
authored andcommitted
Same word used multiple times in a sentence (#444)
1 parent 36c3a7f commit 90e2c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Most use cases of mutating a prop can be replaced by one of these options:
332332

333333
### Props on a Root Instance <sup>deprecated</sup>
334334

335-
On root Vue instances (i.e. instances created with `new Vue({ ... })`), you must use `propsData` instead instead of `props`.
335+
On root Vue instances (i.e. instances created with `new Vue({ ... })`), you must use `propsData` instead of `props`.
336336

337337
{% raw %}
338338
<div class="upgrade-path">

0 commit comments

Comments
 (0)