Skip to content

Commit 245e997

Browse files
committed
Merge pull request #125 from SERVANT14/patch-3
"will refuse the set" vs "will refuse to set"
2 parents 85e1ec9 + aa7e6df commit 245e997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ The `type` can be one of the following native constructors:
262262

263263
In addition, `type` can also be a custom constructor function and the assertion will be made with an `instanceof` check.
264264

265-
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.
265+
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.
266266

267267
### Inheriting Parent Scope
268268

0 commit comments

Comments
 (0)