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.