diff --git a/packages/next/types/index.d.ts b/packages/next/types/index.d.ts index e22cdbc21efb2..062e333c2f217 100644 --- a/packages/next/types/index.d.ts +++ b/packages/next/types/index.d.ts @@ -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 = NextComponentType< NextPageContext,