]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: comment typo
authorEvan You <yyx990803@gmail.com>
Thu, 6 Feb 2020 23:31:36 +0000 (18:31 -0500)
committerEvan You <yyx990803@gmail.com>
Thu, 6 Feb 2020 23:31:55 +0000 (18:31 -0500)
packages/server-renderer/src/renderToString.ts

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