Skip to content

Commit a920753

Browse files
authored
Update Routes.md - Correct typo in code sample (#13443)
1 parent c13ae09 commit a920753

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
@@ -262,6 +262,7 @@
262262
- paulsmithkc
263263
- pavsoldatov
264264
- pcattori
265+
- penx
265266
- petersendidit
266267
- phildl
267268
- phryneas

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)