From c8a59b91fefc1dbdad67a9ed1d759356d3225531 Mon Sep 17 00:00:00 2001 From: Eric Irish Date: Mon, 18 Apr 2022 23:40:18 -0500 Subject: [PATCH] Fix common-patterns README type --- docs/common-patterns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/common-patterns.md b/docs/common-patterns.md index 9e336a6e..c2cda087 100755 --- a/docs/common-patterns.md +++ b/docs/common-patterns.md @@ -618,7 +618,7 @@ const { makeServicePlugin, makeAuthPlugin, BaseModel, models, FeathersVuex } = f export { makeAuthPlugin, makeServicePlugin, BaseModel, models, FeathersVuex, initAuth, hydrateApi } ``` -I prefere install the `FeathersVuex` plugin in a separate file, it's more consistent with nuxt patterns. +I prefer install the `FeathersVuex` plugin in a separate file, it's more consistent with nuxt patterns. ```js // ~/plugins/feathers-vuex.js