Skip to content

Commit 9716e36

Browse files
authored
Update props.md, fix tiny grammatical error (vuejs#2175)
Props is pluralized, thus `have` should be used. :-)
1 parent 817b53e commit 9716e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components/props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Vue will use `instanceof Person` to validate whether the value of the `author` p
554554

555555
## Boolean Casting {#boolean-casting}
556556

557-
Props with `Boolean` type has special casting rules to mimic the behavior of native boolean attributes. Given a `<MyComponent>` with the following declaration:
557+
Props with `Boolean` type have special casting rules to mimic the behavior of native boolean attributes. Given a `<MyComponent>` with the following declaration:
558558

559559
<div class="composition-api">
560560

0 commit comments

Comments
 (0)