Skip to content

Commit 2841936

Browse files
authored
fix diff highlight (#11605)
1 parent c41d6ec commit 2841936

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
@@ -23,6 +23,7 @@
2323
- arjunyel
2424
- arka1002
2525
- arnassavickas
26+
- Armanio
2627
- aroyan
2728
- ashusnapx
2829
- avipatel97

docs/start/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ See:
383383

384384
Instead of waiting for the data for the next page, you can [`defer`][defer] data so the UI flips over to the next screen with placeholder UI immediately while the data loads.
385385

386-
```jsx lines=[12,22-29,32-35,42]
386+
```jsx lines=[12,22-29,32-35]
387387
<Route
388388
path="issue/:issueId"
389389
element={<Issue />}

0 commit comments

Comments
 (0)