Skip to content

Commit 2ca45dc

Browse files
authored
chore: fix docs typo (#4602) [ci skip]
1 parent 140f089 commit 2ca45dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function ssrProcessTransitionGroup(
2020
/**
2121
* TransitionGroup has the special runtime behavior of flattening and
2222
* 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
23+
* be patched using the same key map) so we need to account for that here
2424
* by disabling nested fragment wrappers from being generated.
2525
*/
2626
true

0 commit comments

Comments
 (0)