Skip to content

Commit 25cebdc

Browse files
committed
Merge pull request #107 from pespantelis/patch-1
Remove duplicate word
2 parents de6ed68 + e1fd28f commit 25cebdc

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
@@ -260,7 +260,7 @@ The `type` can be one of the following native constructors:
260260
- Object
261261
- Array
262262

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

265265
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.
266266

0 commit comments

Comments
 (0)