Skip to content

Commit f62fcd1

Browse files
authored
docs(start/framework/routing): fix typo (#14009)
* Update routing.md * Update contributors.yml
1 parent 53b8251 commit f62fcd1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@
351351
- sorrycc
352352
- souzasmatheus
353353
- soxtoby
354+
- SovietGhost
354355
- srmagura
355356
- SsongQ-92
356357
- stasundr

docs/start/framework/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ const { "*": splat } = params;
304304
You can also use a splat to catch requests that don't match any route:
305305

306306
```ts filename=app/routes.ts
307-
route("*", "./catchall.tsx"); // catcall route,
307+
route("*", "./catchall.tsx"); // catchall route,
308308
```
309309

310310
```tsx filename=app/catchall.tsx

0 commit comments

Comments
 (0)