Skip to content

Commit

Permalink
chore: fix typo in jsDoc (#58224)
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset authored Dec 1, 2023
1 parent fa9cd3e commit 89f6322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export type Redirect =
}

/**
* `Page` type, use it as a guide to create `pages`.
* `NextPage` type, use it as a guide to create `pages`.
*/
export type NextPage<Props = {}, InitialProps = Props> = NextComponentType<
NextPageContext,
Expand Down

0 comments on commit 89f6322

Please sign in to comment.