From 984642b1866f82ccd38ea4411c7c9b252aa59b04 Mon Sep 17 00:00:00 2001 From: Hugo Brosnahan <101022007+hugo-t-b@users.noreply.github.com> Date: Tue, 26 Dec 2023 09:47:34 +1100 Subject: [PATCH] docs: fix typo in quick start --- docs/content/1.getting-started/3.quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',