Skip to content

Commit b3ec8ba

Browse files
authored
docs(start/data/installation): fix code highlighting (#14179)
1 parent 688e58f commit b3ec8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/data/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ npm i react-router
2727

2828
Create a router and pass it to `RouterProvider`:
2929

30-
```tsx lines=[3-4,9-14,19]
30+
```tsx lines=[3-4,6-11,16]
3131
import React from "react";
3232
import ReactDOM from "react-dom/client";
3333
import { createBrowserRouter } from "react-router";

0 commit comments

Comments
 (0)