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

This commit is contained in:
tryag 2021-09-22 00:49:41 +08:00 committed by GitHub
parent 140f089917
commit 2ca45dc3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ export function ssrProcessTransitionGroup(
/** /**
* TransitionGroup has the special runtime behavior of flattening and * TransitionGroup has the special runtime behavior of flattening and
* concatenating all children into a single fragment (in order for them to * 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. * by disabling nested fragment wrappers from being generated.
*/ */
true true