Skip to content

Commit 30348cd

Browse files
authored
Fix syntax error in two-phase transition explainer
1 parent 1768c42 commit 30348cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-view-transitions-2/two-phase-transition-explainer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ navigateEvent.deferPageSwap({
5454
// The handler can register a "restore" callback, to be called if the navigation is aborted
5555
// or if the page is restored from BFCache.
5656
handler: (controller) => Promise
57-
});```
57+
});
58+
```
5859

5960
Possible usage:
6061
```js

0 commit comments

Comments
 (0)