We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85e1ec9 + aa7e6df commit 245e997Copy full SHA for 245e997
source/guide/components.md
@@ -262,7 +262,7 @@ The `type` can be one of the following native constructors:
262
263
In addition, `type` can also be a custom constructor function and the assertion will be made with an `instanceof` check.
264
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.
+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.
266
267
### Inheriting Parent Scope
268
0 commit comments