Skip to content

Commit 73f650c

Browse files
committed
chore: format
1 parent 0695678 commit 73f650c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/start/overview.md

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

159159
function Random() {
160-
const match = useMatch("/projects/:projectId/tasks/:taskId");
160+
const match = useMatch(
161+
"/projects/:projectId/tasks/:taskId"
162+
);
161163
match.params.projectId; // abc
162164
match.params.taskId; // 3
163165
}

0 commit comments

Comments
 (0)