We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b8251 commit f62fcd1Copy full SHA for f62fcd1
contributors.yml
@@ -351,6 +351,7 @@
351
- sorrycc
352
- souzasmatheus
353
- soxtoby
354
+- SovietGhost
355
- srmagura
356
- SsongQ-92
357
- stasundr
docs/start/framework/routing.md
@@ -304,7 +304,7 @@ const { "*": splat } = params;
304
You can also use a splat to catch requests that don't match any route:
305
306
```ts filename=app/routes.ts
307
-route("*", "./catchall.tsx"); // catcall route,
+route("*", "./catchall.tsx"); // catchall route,
308
```
309
310
```tsx filename=app/catchall.tsx
0 commit comments