From c396d14b57be0da1e3504856e89d282f0666242f Mon Sep 17 00:00:00 2001 From: Zhenghang Cai <92540253+zhg7@users.noreply.github.com> Date: Mon, 21 Aug 2023 17:48:27 +0200 Subject: [PATCH] docs: capitalization typo (#1963) [skip ci] --- packages/docs/guide/essentials/passing-props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/guide/essentials/passing-props.md b/packages/docs/guide/essentials/passing-props.md index 87070ffa..56631771 100644 --- a/packages/docs/guide/essentials/passing-props.md +++ b/packages/docs/guide/essentials/passing-props.md @@ -77,4 +77,4 @@ const routes = [ The URL `/search?q=vue` would pass `{query: 'vue'}` as props to the `SearchUser` component. -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. +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. -- 2.47.2