Skip to content

Commit 0695678

Browse files
authored
docs(start/overview.md): Fix typo (#9785)
1 parent 11156ac commit 0695678

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
@@ -79,6 +79,7 @@
7979
- johnpangalos
8080
- jonkoops
8181
- jrakotoharisoa
82+
- kachun333
8283
- kantuni
8384
- KAROTT7
8485
- kddnewton

docs/start/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function Task() {
157157
}
158158

159159
function Random() {
160-
const match = useMatch("/projects/:projectId/tasks/3");
160+
const match = useMatch("/projects/:projectId/tasks/:taskId");
161161
match.params.projectId; // abc
162162
match.params.taskId; // 3
163163
}

0 commit comments

Comments
 (0)