From f39977300293af0b880c138c86b1d5a2d319f210 Mon Sep 17 00:00:00 2001 From: Saurabh Daware Date: Sat, 19 Sep 2020 00:50:51 +0530 Subject: [PATCH 1/2] Update v-bind.md --- src/guide/migration/v-bind.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/migration/v-bind.md b/src/guide/migration/v-bind.md index 496f6a68cd..b7e90c5c7c 100644 --- a/src/guide/migration/v-bind.md +++ b/src/guide/migration/v-bind.md @@ -43,4 +43,4 @@ In 3x, if an element has both `v-bind="object"` and an identical individual prop ## Migration Strategy -If you are relying on this override functionality for `v-bind`, we currently recommending ensuring that your +If you are relying on this override functionality for `v-bind`, we currently recommend ensuring that your `v-bind` attribute is defined before an identical individual property From b442b77e043f468aea82c7bbcb4cd8129ce0fb02 Mon Sep 17 00:00:00 2001 From: Saurabh Daware Date: Sat, 19 Sep 2020 08:21:23 +0530 Subject: [PATCH 2/2] change property to properties Co-authored-by: Kid <44045911+kidonng@users.noreply.github.com> --- src/guide/migration/v-bind.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/migration/v-bind.md b/src/guide/migration/v-bind.md index b7e90c5c7c..b5d97fa7ec 100644 --- a/src/guide/migration/v-bind.md +++ b/src/guide/migration/v-bind.md @@ -43,4 +43,4 @@ In 3x, if an element has both `v-bind="object"` and an identical individual prop ## Migration Strategy -If you are relying on this override functionality for `v-bind`, we currently recommend ensuring that your `v-bind` attribute is defined before an identical individual property +If you are relying on this override functionality for `v-bind`, we currently recommend ensuring that your `v-bind` attribute is defined before individual properties.