Skip to content

Commit ef84144

Browse files
committed
docs: reword to avoid "outroing" (sveltejs#4434)
1 parent 2ef241a commit ef84144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/02-template-syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ transition = (node: HTMLElement, params: any) => {
795795

796796
A transition is triggered by an element entering or leaving the DOM as a result of a state change.
797797

798-
Elements inside an *outroing* block are kept in the DOM until all current transitions have completed.
798+
When a block is transitioning out, elements inside the block are kept in the DOM until all current transitions have completed.
799799

800800
The `transition:` directive indicates a *bidirectional* transition, which means it can be smoothly reversed while the transition is in progress.
801801

0 commit comments

Comments
 (0)