Skip to content

Commit

Permalink
docs: added missing comma to the props list (#58596)
Browse files Browse the repository at this point in the history
  • Loading branch information
thoushif authored Dec 6, 2023
1 parent d015916 commit 3caa289
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 3caa289

Please # to comment.