From 139cbcec3f6a2daf6babed6477488bd944dfd75d Mon Sep 17 00:00:00 2001 From: Tom Quirk <12551741+tomquirk@users.noreply.github.com> Date: Thu, 21 Mar 2024 21:03:31 +1000 Subject: [PATCH] Fix some typos in v2.7 migration guide --- src/v2/guide/migration-vue-2-7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/migration-vue-2-7.md b/src/v2/guide/migration-vue-2-7.md index 9ab267bd29..ffc6c2c880 100644 --- a/src/v2/guide/migration-vue-2-7.md +++ b/src/v2/guide/migration-vue-2-7.md @@ -117,4 +117,4 @@ Vue Devtools 6.2.0 has added support for inspecting 2.7 Composition API state, b As stated before, 2.7 is the final minor release of Vue 2.x. After this release, Vue 2 has entered LTS (long-term support) which lasts for 18 months from now, and will no longer receive new features. -This means **Vue 2 will reach End of Life on December 31st, 2023**. We believe this should provide plenty of time for most of the ecosystem to migrate over to Vue 3. However, we also understand that there could be teams or projects that cannot upgrade by this timeline while still need to fullfil security and compliance requirements. If your team expects to be using Vue 2 beyond end of 2023, make sure to plan head and understand your options: learn more about [Vue 2 LTS and Extended Support](/lts/). +This means **Vue 2 will reach End of Life on December 31st, 2023**. We believe this should provide plenty of time for most of the ecosystem to migrate over to Vue 3. However, we also understand that there could be teams or projects that cannot upgrade by this timeline while still needing to fullfil security and compliance requirements. If your team expects to be using Vue 2 beyond end of 2023, make sure to plan ahead and understand your options. Learn more about [Vue 2 LTS and Extended Support](/lts/).