1
0
Fork 0
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:
Kévin Dunglas 2019-01-02 20:21:57 +01:00 committed by Tim Neutkens
parent 7d080760a8
commit c51ac8e8dc

View file

@ -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)]