From: Kekeocha Justin Chetachukwu <39213342+justinkekeocha@users.noreply.github.com> Date: Fri, 25 Aug 2023 06:10:08 +0000 (+0100) Subject: chore: typo (#1971) X-Git-Tag: v4.2.5~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e47a9bdc7071cf2e2dbb22cc79769a9d03740a86;p=thirdparty%2Fvuejs%2Frouter.git chore: typo (#1971) [skip ci] --- diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index eb497d51..1edd097f 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -97,7 +97,7 @@ This change will break your app. This behavior has worked in some scenarios but This is known an _transient state_ and since it's in a navigation guard, it will be preserved when reloading the page. [Check the documentation for more details](https://router.vuejs.org/guide/advanced/meta.html#typescript). -Fixing #1497, required getting rid of unused params and therefore will broke this long standing anti-pattern usage. +Fixing #1497, required getting rid of unused params and therefore will break this long standing anti-pattern usage. ### Bug Fixes