diff --git a/docs/content/docs/concepts/plugins.mdx b/docs/content/docs/concepts/plugins.mdx
index 162601f0..0f0ab815 100644
--- a/docs/content/docs/concepts/plugins.mdx
+++ b/docs/content/docs/concepts/plugins.mdx
@@ -93,7 +93,7 @@ Create Auth endpoints wraps around `createEndpoint` from Better Call. Inside the
For other properties, you can check the Better Call documentation and the source code .
-
+
**Rules for Endpoints**
- Makes sure you use kebab-case for the endpoint path.
diff --git a/examples/svelte-kit-example/src/routes/forget-password/+page.svelte b/examples/svelte-kit-example/src/routes/forget-password/+page.svelte
index 447517fa..216b731b 100644
--- a/examples/svelte-kit-example/src/routes/forget-password/+page.svelte
+++ b/examples/svelte-kit-example/src/routes/forget-password/+page.svelte
@@ -1,12 +1,12 @@