From c4770126f107628c1f0c7290da00e33ee4d960f4 Mon Sep 17 00:00:00 2001 From: Gabriel Lucena Date: Sun, 24 Dec 2023 18:03:11 -0500 Subject: [PATCH] typo fix. (#1316) --- docs/pages/tutorials/username-and-password/sveltekit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/tutorials/username-and-password/sveltekit.md b/docs/pages/tutorials/username-and-password/sveltekit.md index db833c4d2..d50ed4977 100644 --- a/docs/pages/tutorials/username-and-password/sveltekit.md +++ b/docs/pages/tutorials/username-and-password/sveltekit.md @@ -2,7 +2,7 @@ title: "Tutorial: Username and password auth in SvelteKit" --- -# Tutorial: Username and password auth in Astro +# Tutorial: Username and password auth in SvelteKit Before starting, make sure you've setup your database and middleware as described in the [Getting started](/getting-started/astro) page.