Skip to content

Commit ae1e117

Browse files
timdorrvezaynk
authored andcommitted
docs: Fix highlighting in routing.md
Didn't realize this would be formatted. Fixing to the formatted line number.
1 parent 5a151b7 commit ae1e117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/framework/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ const { "*": splat } = params;
303303

304304
You can also use a splat to catch requests that don't match any route:
305305

306-
```ts filename=app/routes.ts lines=[6]
306+
```ts filename=app/routes.ts lines=[10]
307307
import {
308308
type RouteConfig,
309309
route,

0 commit comments

Comments
 (0)