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.
1 parent 85e1ec9 commit aa7e6dfCopy full SHA for aa7e6df
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