Skip to content

Commit

Permalink
Fix English in guides/plugins.md (#477)
Browse files Browse the repository at this point in the history
Co-authored-by: Debbie O'Brien <debs-obrien@users.noreply.github.com>
  • Loading branch information
Zephod and debs-obrien committed Aug 6, 2020
1 parent d7ac4ee commit bf0c453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/guide/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const actions = {
<div class="Alert">
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.
</div>
Expand Down

0 comments on commit bf0c453

Please sign in to comment.