From: Eduardo San Martin Morote Date: Wed, 31 Jul 2024 16:52:39 +0000 (+0200) Subject: chore: typos [skip ci] X-Git-Tag: v4.4.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fef4410b1362331a52b89a33be185ca33e2d432;p=thirdparty%2Fvuejs%2Frouter.git chore: typos [skip ci] --- diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 69a412c6..a39eec70 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -2,7 +2,7 @@ ### Bug Fixes -- router typescript definations related to vue package ([#2295](https://github.com/vuejs/router/issues/2295)) ([a495ce0](https://github.com/vuejs/router/commit/a495ce0e1d545d521673d21af43e63a761b53e27)) +- router typescript definitions related to vue package ([#2295](https://github.com/vuejs/router/issues/2295)) ([a495ce0](https://github.com/vuejs/router/commit/a495ce0e1d545d521673d21af43e63a761b53e27)) - **types:** stricter meta with required fields ([423d9f7](https://github.com/vuejs/router/commit/423d9f763ed033dd6687ce7687c859c92554a60d)) ### Features