From bf0c453b71edb0b72f709815ba08558ab946a78b Mon Sep 17 00:00:00 2001 From: Tom Rees Date: Thu, 6 Aug 2020 16:11:31 +0100 Subject: [PATCH] Fix English in guides/plugins.md (#477) Co-authored-by: Debbie O'Brien --- content/en/guide/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/guide/plugins.md b/content/en/guide/plugins.md index 7270d64b7e..a19d36fc56 100644 --- a/content/en/guide/plugins.md +++ b/content/en/guide/plugins.md @@ -152,7 +152,7 @@ export const actions = {
-Be ware, do not use Vue plugins inside exported functions. exported functions called before each request, so calling `Vue.use(...)`, `Vue.mixin(...)`, `Vue.component(...)`, cause your app crash after too many requests. +Beware: Do not use Vue plugins inside exported functions. Exported functions are called before each request, so calling `Vue.use(...)`, `Vue.mixin(...)`, `Vue.component(...)` may cause your app crash after too many requests.