diff --git a/contributors.yml b/contributors.yml
index e38c4527a0..7f8e26b2fa 100644
--- a/contributors.yml
+++ b/contributors.yml
@@ -337,6 +337,7 @@
- ryanflorence
- ryanhiebert
- saengmotmi
+- SailorStat
- samimsu
- sanjai451
- sanketshah19
diff --git a/docs/api/components/Routes.md b/docs/api/components/Routes.md
index 4fa2c28c9e..d7ff15ff39 100644
--- a/docs/api/components/Routes.md
+++ b/docs/api/components/Routes.md
@@ -33,7 +33,7 @@ import { Route, Routes } from "react-router";
} />
} />
- }>
+ } />
```
diff --git a/packages/react-router/lib/components.tsx b/packages/react-router/lib/components.tsx
index ae4613cb13..6edaaf0ab8 100644
--- a/packages/react-router/lib/components.tsx
+++ b/packages/react-router/lib/components.tsx
@@ -1358,7 +1358,7 @@ export interface RoutesProps {
*
* } />
* } />
- * }>
+ * } />
*
*
* @public