Skip to content

Commit f606bf6

Browse files
authored
Fix typo: capitalization
1 parent 4260718 commit f606bf6

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)