From e47a9bdc7071cf2e2dbb22cc79769a9d03740a86 Mon Sep 17 00:00:00 2001 From: Kekeocha Justin Chetachukwu <39213342+justinkekeocha@users.noreply.github.com> Date: Fri, 25 Aug 2023 07:10:08 +0100 Subject: [PATCH] chore: typo (#1971) [skip ci] --- packages/router/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2