From: Zhenghang Cai <92540253+zhg7@users.noreply.github.com> Date: Mon, 21 Aug 2023 15:48:27 +0000 (+0200) Subject: docs: capitalization typo (#1963) X-Git-Tag: v4.2.5~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c396d14b57be0da1e3504856e89d282f0666242f;p=thirdparty%2Fvuejs%2Frouter.git docs: capitalization typo (#1963) [skip ci] --- 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.