mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix typo in a comment (#5982)
This commit is contained in:
parent
7d080760a8
commit
c51ac8e8dc
|
@ -179,7 +179,7 @@ export async function renderToHTML (req: IncomingMessage, res: ServerResponse, p
|
|||
}
|
||||
|
||||
const docProps = await loadGetInitialProps(Document, { ...ctx, renderPage })
|
||||
// the response might be finshed on the getInitialProps call
|
||||
// the response might be finished on the getInitialProps call
|
||||
if (isResSent(res)) return null
|
||||
|
||||
const dynamicImports = [...getDynamicImportBundles(reactLoadableManifest, reactLoadableModules)]
|
||||
|
|
Loading…
Reference in a new issue