Skip to content

Commit

Permalink
Update routing.md (#12789)
Browse files Browse the repository at this point in the history
  • Loading branch information
xdaxer authored Jan 21, 2025
1 parent a291d3b commit 71b4eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@
- willsawyerrrr
- xavier-lc
- xcsnowcity
- xdaxer
- yionr
- yracnet
- ytori
Expand Down
2 changes: 1 addition & 1 deletion docs/start/framework/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ function Wizard() {
<Routes>
<Route index element={<StepOne />} />
<Route path="step-2" element={<StepTwo />} />
<Route path="step-3" element={<StepThree />}>
<Route path="step-3" element={<StepThree />} />
</Routes>
</div>
);
Expand Down

0 comments on commit 71b4eef

Please sign in to comment.