Skip to content

Commit

Permalink
Fix: small typo in SERVER_PROPS_EXPORT_ERROR constant (#11749)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkrida authored Apr 8, 2020
1 parent 84b73bd commit 21be4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const SERVER_PROPS_SSG_CONFLICT = `You can not use getStaticProps with ge

export const PAGES_404_GET_INITIAL_PROPS_ERROR = `\`pages/404\` can not have getInitialProps/getServerSideProps, https://err.sh/next.js/404-get-initial-props`

export const SERVER_PROPS_EXPORT_ERROR = `pages with \`getServerSideProps\` can not be exported. See more info here: https://err.sh/next.js/gss-export`
export const SERVER_PROPS_EXPORT_ERROR = `pages with \`getServerSideProps\` can not be exported. See more info here: https://err.sh/next.js/gssp-export`

export const UNSTABLE_REVALIDATE_RENAME_ERROR =
'The `revalidate` property is not yet available for general use.\n' +
Expand Down

0 comments on commit 21be4c0

Please sign in to comment.