Skip to content

Commit af625ba

Browse files
authored
Update Routes.md
Correct typo in code sample
1 parent c13ae09 commit af625ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/components/Routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { Routes, Route } from "react-router"
2020
<Routes>
2121
<Route index element={<StepOne />} />
2222
<Route path="step-2" element={<StepTwo />} />
23-
<Route path="step-3" element={<StepThree />}>
23+
<Route path="step-3" element={<StepThree />} />
2424
</Routes>
2525
```
2626

0 commit comments

Comments
 (0)