diff --git a/docs/content/1.getting-started/3.quick-start.md b/docs/content/1.getting-started/3.quick-start.md index a45d9b00..b892d9cd 100644 --- a/docs/content/1.getting-started/3.quick-start.md +++ b/docs/content/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',