Skip to content

Commit 71b4eef

Browse files
authored
Update routing.md (#12789)
1 parent a291d3b commit 71b4eef

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
@@ -332,6 +332,7 @@
332332
- willsawyerrrr
333333
- xavier-lc
334334
- xcsnowcity
335+
- xdaxer
335336
- yionr
336337
- yracnet
337338
- ytori

docs/start/framework/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ function Wizard() {
324324
<Routes>
325325
<Route index element={<StepOne />} />
326326
<Route path="step-2" element={<StepTwo />} />
327-
<Route path="step-3" element={<StepThree />}>
327+
<Route path="step-3" element={<StepThree />} />
328328
</Routes>
329329
</div>
330330
);

0 commit comments

Comments
 (0)