From 55cc6be03bcf7e15d073f5bbcd10d3525cc59f95 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Thu, 26 Sep 2024 12:40:48 +0300 Subject: [PATCH] chore: lint --- docs/content/docs/concepts/plugins.mdx | 2 +- .../src/routes/forget-password/+page.svelte | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) 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 @@