Skip to content

Commit d110566

Browse files
authored
Fix headers level (#33138)
Fix headers level
1 parent a93232e commit d110566

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/amp-story-player.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ player.addEventListener('storyNavigation', (event) => {
639639
})
640640
```
641641

642-
### noNextStory
642+
#### noNextStory
643643

644644
Dispatched when there is no next story. Note that this will not be dispatched when using [Circular wrapping](#Circular-wrapping).
645645

@@ -649,7 +649,7 @@ player.addEventListener('noNextStory', (event) => {
649649
});
650650
```
651651

652-
### noPreviousStory
652+
#### noPreviousStory
653653

654654
Dispatched when there is no next story. Note that this will not be dispatched when using [Circular wrapping](#Circular-wrapping).
655655

0 commit comments

Comments
 (0)