Skip to content

Commit 3cfb44e

Browse files
authored
docs: Fix highlighting in routing.md
Didn't realize this would be formatted. Fixing to the formatted line number.
1 parent b88bc7d commit 3cfb44e

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)