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 de6ed68 + e1fd28f commit 25cebdcCopy full SHA for 25cebdc
source/guide/components.md
@@ -260,7 +260,7 @@ The `type` can be one of the following native constructors:
260
- Object
261
- Array
262
263
-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.
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.
266
0 commit comments