From e192445483dfa13a101e45e8a72d5a7c32b8d3d1 Mon Sep 17 00:00:00 2001 From: Kudakwashe Paradzayi Date: Sun, 27 Aug 2017 00:51:04 +0200 Subject: [PATCH] Fix a grammatical typo. Change support to supported --- docs/en/new-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/new-releases.md b/docs/en/new-releases.md index 9cf773e8..241c3239 100644 --- a/docs/en/new-releases.md +++ b/docs/en/new-releases.md @@ -1,6 +1,6 @@ # New Releases -electron-vue has evolved greatly since its initial creation in May of 2016 and has introduced many new fantastic features. Can you believe there was a time `vue-cli` scaffolding wasn't support? Development of new features is not planned to end anytime soon. The only down side to new bells & whistles every now and then is having your project stuck on an older scaffold. Since electron-vue takes advantage of `vue-cli` there unfortunately isn't a structured way to _version_ the boilerplate or make it _updatable_. +electron-vue has evolved greatly since its initial creation in May of 2016 and has introduced many new fantastic features. Can you believe there was a time `vue-cli` scaffolding wasn't supported? Development of new features is not planned to end anytime soon. The only down side to new bells & whistles every now and then is having your project stuck on an older scaffold. Since electron-vue takes advantage of `vue-cli` there unfortunately isn't a structured way to _version_ the boilerplate or make it _updatable_. Major updates of electron-vue will be made through GitHub Milestones and will include many new features/bug fixes at a time, making these releases the optimal time to [migrate](/migration-guide.md) any existing projects to a newer scaffold. These milestones are not usually planned, but arise as feature requests add up in the issue tracker.