Skip to content

Commit 972a23b

Browse files
authored
Update components.tsx
1 parent c06806e commit 972a23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/lib/components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ export interface RoutesProps {
13581358
* <Routes>
13591359
* <Route index element={<StepOne />} />
13601360
* <Route path="step-2" element={<StepTwo />} />
1361-
* <Route path="step-3" element={<StepThree />}>
1361+
* <Route path="step-3" element={<StepThree />} />
13621362
* </Routes>
13631363
*
13641364
* @public

0 commit comments

Comments
 (0)