Skip to content

Commit 9287958

Browse files
authored
docs(components/form): Fix component name (#10018)
1 parent cde961c commit 9287958

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
@@ -177,3 +177,4 @@
177177
- xavier-lc
178178
- xcsnowcity
179179
- yuleicul
180+
- matt-harro

docs/components/form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function ProjectsPage() {
5757
>
5858
<Route
5959
path=":projectId"
60-
element={<ProjectPage />}
60+
element={<ProjectsPage />}
6161
action={ProjectsPage.action}
6262
/>
6363
</Route>

0 commit comments

Comments
 (0)