]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: typo (#1971)
authorKekeocha Justin Chetachukwu <39213342+justinkekeocha@users.noreply.github.com>
Fri, 25 Aug 2023 06:10:08 +0000 (07:10 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 06:10:08 +0000 (08:10 +0200)
[skip ci]

packages/router/CHANGELOG.md

index eb497d51e6a301e96075ab0599da2f933580f144..1edd097fb5e53e1a337615971fd61958f8f7b24c 100644 (file)
@@ -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