From 8d8831eaf7fe3b94a8100272b3a9dae1229a0ad9 Mon Sep 17 00:00:00 2001 From: Yogesh Habib Date: Mon, 3 Oct 2016 14:01:43 +0530 Subject: [PATCH] Same word used multiple times in a sentence --- src/guide/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/migration.md b/src/guide/migration.md index 8c5c30d7d5..5d8da9c948 100644 --- a/src/guide/migration.md +++ b/src/guide/migration.md @@ -332,7 +332,7 @@ Most use cases of mutating a prop can be replaced by one of these options: ### Props on a Root Instance deprecated -On root Vue instances (i.e. instances created with `new Vue({ ... })`), you must use `propsData` instead instead of `props`. +On root Vue instances (i.e. instances created with `new Vue({ ... })`), you must use `propsData` instead of `props`. {% raw %}