Skip to content

Commit ec4a6fa

Browse files
authored
docs: fix duplicated word in document head management guide (#6565)
1 parent fd6eece commit ec4a6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/framework/react/guide/document-head-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const Route = createRootRoute({
8989

9090
### Single-Page Applications
9191

92-
First, remove the `<title>` tag from the the index.html if you have set any.
92+
First, remove the `<title>` tag from the index.html if you have set any.
9393

9494
```tsx
9595
import { HeadContent } from '@tanstack/react-router'

0 commit comments

Comments
 (0)