From: tryag <40431305+Notryag@users.noreply.github.com> Date: Tue, 21 Sep 2021 16:49:41 +0000 (+0800) Subject: chore: fix docs typo (#4602) [ci skip] X-Git-Tag: v3.2.13~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ca45dc3e60d59e186809f420ff6eb12e579fd05;p=thirdparty%2Fvuejs%2Fcore.git chore: fix docs typo (#4602) [ci skip] --- diff --git a/packages/compiler-ssr/src/transforms/ssrTransformTransitionGroup.ts b/packages/compiler-ssr/src/transforms/ssrTransformTransitionGroup.ts index 3622900dd8..80a26c98a4 100644 --- a/packages/compiler-ssr/src/transforms/ssrTransformTransitionGroup.ts +++ b/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