Skip to content

Commit dbdabb3

Browse files
authored
fix: Minor grammatical error in props.md (#1871)
1 parent a77f9e2 commit dbdabb3

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
@@ -154,7 +154,7 @@ Technically, you can also use camelCase when passing props to a child component
154154
<MyComponent greeting-message="hello" />
155155
```
156156

157-
We use [PascalCase for component tags](/guide/components/registration.html#component-name-casing) when possible because it improves template readability by differentiating Vue components from native elements. However, there isn't as much practical benefits for using camelCase when passing props, so we choose to follow each language's conventions.
157+
We use [PascalCase for component tags](/guide/components/registration.html#component-name-casing) when possible because it improves template readability by differentiating Vue components from native elements. However, there isn't as much practical benefit in using camelCase when passing props, so we choose to follow each language's conventions.
158158

159159
### Static vs. Dynamic Props
160160

0 commit comments

Comments
 (0)