Skip to content

Commit

Permalink
Fix headers level (#33138)
Browse files Browse the repository at this point in the history
Fix headers level
  • Loading branch information
Enriqe authored Mar 9, 2021
1 parent a93232e commit d110566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/amp-story-player.md
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ player.addEventListener('storyNavigation', (event) => {
})
```

### noNextStory
#### noNextStory

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

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

### noPreviousStory
#### noPreviousStory

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

Expand Down

0 comments on commit d110566

Please sign in to comment.