From 9440ae3f299027250663c7f59a2c482321e2ea6a Mon Sep 17 00:00:00 2001 From: Garik Asplund <111464359+garikAsplund@users.noreply.github.com> Date: Sat, 8 Nov 2025 14:38:57 -0800 Subject: [PATCH] Update 10-routing.md to use Svelte 5 syntax Partially fixes #14909 --- documentation/docs/20-core-concepts/10-routing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/docs/20-core-concepts/10-routing.md b/documentation/docs/20-core-concepts/10-routing.md index 9dc82135f606..47e8a1e862e7 100644 --- a/documentation/docs/20-core-concepts/10-routing.md +++ b/documentation/docs/20-core-concepts/10-routing.md @@ -319,9 +319,9 @@ By exporting `POST`/`PUT`/`PATCH`/`DELETE`/`OPTIONS`/`HEAD` handlers, `+server.j ```svelte