浏览代码

chore: fix docs typo (#4602) [ci skip]

tryag 4 年之前
父节点
当前提交
2ca45dc3e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/compiler-ssr/src/transforms/ssrTransformTransitionGroup.ts

+ 1 - 1
packages/compiler-ssr/src/transforms/ssrTransformTransitionGroup.ts

@@ -20,7 +20,7 @@ export function ssrProcessTransitionGroup(
         /**
          * TransitionGroup has the special runtime behavior of flattening and
          * concatenating all children into a single fragment (in order for them to
-         * be pathced using the same key map) so we need to account for that here
+         * be patched using the same key map) so we need to account for that here
          * by disabling nested fragment wrappers from being generated.
          */
         true