Skip to content

Commit

Permalink
chore: typo (#1971)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
justinkekeocha committed Aug 25, 2023
1 parent c396d14 commit e47a9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e47a9bd

Please sign in to comment.