From c4f0a021fb50f3d002fad48d0ce45749d82e3303 Mon Sep 17 00:00:00 2001 From: Eric Irish Date: Sat, 19 Mar 2022 19:08:46 -0500 Subject: [PATCH] Fix Typo Changed `discribed` to `described`. --- 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..c2f05155 100755 --- a/docs/common-patterns.md +++ b/docs/common-patterns.md @@ -489,7 +489,7 @@ If items aren't not getting added to the store properly, try setting the `debug` ## Full nuxt example -In this example we will create a nuxt configuration with all the features discribed in the [Nuxt Section](./nuxt.md). +In this example we will create a nuxt configuration with all the features described in the [Nuxt Section](./nuxt.md). Our application is hosted in 2 different endpoints, one for the feathers api and another with our nuxt SSR, and we will also implement a permission system that will prevent users without an `admin` permission to get into some pages. For that you will need to [customize your payload](https://docs.feathersjs.com/cookbook/authentication/stateless.html#customizing-the-payload) in your feathers api.