diff --git a/content/2.nuxt-auth/1.getting-started/3.quick-start.md b/content/2.nuxt-auth/1.getting-started/3.quick-start.md index a45d9b0..b892d9c 100644 --- a/content/2.nuxt-auth/1.getting-started/3.quick-start.md +++ b/content/2.nuxt-auth/1.getting-started/3.quick-start.md @@ -84,7 +84,7 @@ Note: The backend can also be in the same Nuxt 3 application, e.g., have a look The linked example-implementation only serves as a starting-point and is not considered to be secure. :: -The backend musst accept a request with a body like: +The backend must accept a request with a body like: ```ts { username: 'bernd@sidebase.io',