Skip to content

Commit c396d14

Browse files
authored
docs: capitalization typo (#1963)
[skip ci]
1 parent fb0bc7d commit c396d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/guide/essentials/passing-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ const routes = [
7777

7878
The URL `/search?q=vue` would pass `{query: 'vue'}` as props to the `SearchUser` component.
7979

80-
Try to keep the `props` function stateless, as it's only evaluated on route changes. Use a wrapper component if you need state to define the props, that way vue can react to state changes.
80+
Try to keep the `props` function stateless, as it's only evaluated on route changes. Use a wrapper component if you need state to define the props, that way Vue can react to state changes.

0 commit comments

Comments
 (0)