From aa7e6dffb255629949cb346525241e96286a2dfe Mon Sep 17 00:00:00 2001 From: Mark Tinsley Date: Tue, 22 Sep 2015 09:22:34 -0500 Subject: [PATCH] "will refuse the set" vs "will refuse to set" --- 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 101e055875..deead8b378 100644 --- a/source/guide/components.md +++ b/source/guide/components.md @@ -262,7 +262,7 @@ The `type` can be one of the following native constructors: 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. +When a prop validation fails, Vue will refuse to set the value on the child component, and throw a warning if using the development build. ### Inheriting Parent Scope