From 16aeadb2013696f6eb76f9ea4093d297582aadad Mon Sep 17 00:00:00 2001 From: Yashar Ibrahimkhalilov Date: Wed, 16 Jul 2025 18:13:53 +0400 Subject: [PATCH 1/2] Update routing.md --- docs/start/framework/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/framework/routing.md b/docs/start/framework/routing.md index 2de0ee6ae5..796c571e37 100644 --- a/docs/start/framework/routing.md +++ b/docs/start/framework/routing.md @@ -304,7 +304,7 @@ const { "*": splat } = params; You can also use a splat to catch requests that don't match any route: ```ts filename=app/routes.ts -route("*", "./catchall.tsx"); // catcall route, +route("*", "./catchall.tsx"); // catchall route, ``` ```tsx filename=app/catchall.tsx From d8ff917dde57eedf10a4f3731bbc23b5f342ca95 Mon Sep 17 00:00:00 2001 From: Yashar Ibrahimkhalilov Date: Thu, 24 Jul 2025 05:37:01 +0400 Subject: [PATCH 2/2] Update contributors.yml --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index d4b7965d8a..2382904fda 100644 --- a/contributors.yml +++ b/contributors.yml @@ -339,6 +339,7 @@ - sorrycc - souzasmatheus - soxtoby +- SovietGhost - srmagura - SsongQ-92 - stasundr