Skip to content

Commit 75cc7eb

Browse files
authored
docs: fix highlighted lines on tutorials page (#9434)
1 parent a1ad764 commit 75cc7eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- abdallah-nour
22
- abhi-kr-2100
3+
- adamdotjs
34
- Ajayff4
45
- alany411
56
- alexlbr

docs/start/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ const router = createBrowserRouter([
519519

520520
👉 **Access and render the data**
521521

522-
```jsx filename=src/routes/root.jsx lines=[4,11,19-39]
522+
```jsx filename=src/routes/root.jsx lines=[4,11,19-40]
523523
import {
524524
Outlet,
525525
Link,

0 commit comments

Comments
 (0)