Skip to content

Commit fe4e210

Browse files
authored
docs(api/framework-conventions/root): fix grammar (#14564)
1 parent 0330587 commit fe4e210

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
@@ -54,6 +54,7 @@
5454
- bhbs
5555
- bilalk711
5656
- bjohn465
57+
- black5box
5758
- bmsuseluda
5859
- bobziroll
5960
- bravo-kernel

docs/api/framework-conventions/root.tsx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function App() {
7373
}
7474
```
7575

76-
If you are are not on React 19 or choosing not to use React's [`<link>`][react-link], [`<title>`][react-title], and [`<meta>`][react-meta] components, and instead relying on React Router's [`links`][react-router-links] and [`meta`][react-router-meta] exports, you need to add the following to your root route:
76+
If you are not on React 19 or choosing not to use React's [`<link>`][react-link], [`<title>`][react-title], and [`<meta>`][react-meta] components, and instead relying on React Router's [`links`][react-router-links] and [`meta`][react-router-meta] exports, you need to add the following to your root route:
7777

7878
```tsx filename=app/root.tsx
7979
import { Links, Meta } from "react-router";

0 commit comments

Comments
 (0)