Skip to content

Commit e01345c

Browse files
authored
Fix typo in css-view-transitions-2 (#11995)
1 parent 2490a20 commit e01345c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-view-transitions-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ div.box {
652652

653653
The 'view-transition-class' can be used to apply the same style rule to multiple [=named view transition pseudo-elements=] which may have a different 'view-transition-name'.
654654
While 'view-transition-name' is used to match between the element in the old state with its corresponding element in the new state, 'view-transition-class' is used
655-
only to apply styles using the view transitionpseudo-elements
655+
only to apply styles using the view transition pseudo-elements
656656
(''::view-transition-group()'', ''::view-transition-image-pair()'', ''::view-transition-old()'', ''::view-transition-new()'').
657657

658658
Note that 'view-transition-class' by itself doesn't mark an element for capturing, it is only used as an additional

0 commit comments

Comments
 (0)