Skip to content

Commit 47d4aaf

Browse files
ci: apply automated fixes
1 parent e1b5e0f commit 47d4aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/framework/react/api/router/RedirectType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Since `Redirect` extends `NavigateOptions`, it also supports navigation properti
4444
- **`to`**: Use for internal application routes (e.g., `/dashboard`, `../profile`)
4545
- **`href`**: Use for external URLs (e.g., `https://example.com`, `https://authprovider.com`)
4646

47-
> **Important**: For external URLs, always use the `href` property instead of `to`. The `to` property is designed for internal navigation within your application.
47+
> **Important**: For external URLs, always use the `href` property instead of `to`. The `to` property is designed for internal navigation within your application.

0 commit comments

Comments
 (0)