Skip to content

Commit

Permalink
Fix wrong line highlighting in form example
Browse files Browse the repository at this point in the history
  • Loading branch information
olegpolin authored Mar 13, 2024
1 parent f391ad7 commit 7f514c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/content/components/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ We'll pass the `form` from the data returned from the load function to the form

### Create an Action that handles the form submission

```ts title="src/routes/settings/+page.server.ts" showLineNumbers {1-2,12-24}
```ts title="src/routes/settings/+page.server.ts" showLineNumbers {1-2,13-25}
import type { PageServerLoad, Actions } from "./$types.js";
import { fail } from "@sveltejs/kit";
import { superValidate } from "sveltekit-superforms";
Expand Down

0 comments on commit 7f514c7

Please sign in to comment.