]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix docs typo (#4602) [ci skip]
authortryag <40431305+Notryag@users.noreply.github.com>
Tue, 21 Sep 2021 16:49:41 +0000 (00:49 +0800)
committerGitHub <noreply@github.com>
Tue, 21 Sep 2021 16:49:41 +0000 (12:49 -0400)
packages/compiler-ssr/src/transforms/ssrTransformTransitionGroup.ts

index 3622900dd8a7bbdf4a33167e5b6bf3e75b448186..80a26c98a4978c9f0a62c220d5bb725351b4a414 100644 (file)
@@ -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