提交 c51ac8e8 编写于 作者: K Kévin Dunglas 提交者: Tim Neutkens

Fix typo in a comment (#5982)

上级 7d080760
......@@ -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)]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册