Skip to content

Commit

Permalink
Revert "added comma to the props list" (#59314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ztanner authored Dec 6, 2023
1 parent 3f20b46 commit f431600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-app/02-api-reference/02-file-conventions/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Page({
params,
searchParams,
}: {
params: { slug: string },
params: { slug: string }
searchParams: { [key: string]: string | string[] | undefined }
}) {
return <h1>My Page</h1>
Expand Down

0 comments on commit f431600

Please # to comment.