chore: comment typo

This commit is contained in:
Evan You 2020-02-06 18:31:36 -05:00
parent 4659c366e0
commit f1d579932e

View File

@ -136,7 +136,7 @@ function renderComponentSubTree(
} else { } else {
if (comp.ssrRender) { if (comp.ssrRender) {
// optimized // optimized
// set current rendering instance for asset resoolution // set current rendering instance for asset resolution
setCurrentRenderingInstance(instance) setCurrentRenderingInstance(instance)
comp.ssrRender(instance.proxy, push, instance) comp.ssrRender(instance.proxy, push, instance)
setCurrentRenderingInstance(null) setCurrentRenderingInstance(null)