We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140f089 commit 2ca45dcCopy full SHA for 2ca45dc
packages/compiler-ssr/src/transforms/ssrTransformTransitionGroup.ts
@@ -20,7 +20,7 @@ export function ssrProcessTransitionGroup(
20
/**
21
* TransitionGroup has the special runtime behavior of flattening and
22
* concatenating all children into a single fragment (in order for them to
23
- * 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
24
* by disabling nested fragment wrappers from being generated.
25
*/
26
true
0 commit comments