Skip to content

Commit 183be92

Browse files
authored
Update remaining instances of "type" to "types (w3c#10129)
Closes w3c#10070
1 parent dbdd87d commit 183be92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-view-transitions-2/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ The {{ViewTransition}}'s [=active types=] are populated in one of the following
452452
<div class=example>
453453
For example, the developer might start a transition in the following manner:
454454
```js
455-
document.startViewTransition({update: updateTheDOMSomehow, type: ["slide-in", "reverse"]});
455+
document.startViewTransition({update: updateTheDOMSomehow, types: ["slide-in", "reverse"]});
456456
```
457457

458458
This will activate any of the following selectors:
@@ -528,7 +528,7 @@ The {{ViewTransition/types}} [=getter steps=] are to return [=this=]'s [=ViewTra
528528
The [=@view-transition/types=] descriptor
529529

530530
<pre class='descdef'>
531-
Name: type
531+
Name: types
532532
For: @view-transition
533533
Value: none | <<custom-ident>>+
534534
Initial: none

0 commit comments

Comments
 (0)