From e1fd28f09a16e29c7eaf374f4d8056f541a4ee30 Mon Sep 17 00:00:00 2001 From: Pantelis Peslis Date: Wed, 19 Aug 2015 23:38:51 +0300 Subject: [PATCH] Remove duplicate word --- source/guide/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guide/components.md b/source/guide/components.md index fa03dc1f02..214a2a916a 100644 --- a/source/guide/components.md +++ b/source/guide/components.md @@ -260,7 +260,7 @@ The `type` can be one of the following native constructors: - Object - Array -In addition, `type` can also be a custom constructor function and the the assertion will be made with an `instanceof` check. +In addition, `type` can also be a custom constructor function and the assertion will be made with an `instanceof` check. When a prop validation fails, Vue will refuse the set the value on the child component, and throw a warning if using the development build.