Skip to content

Commit

Permalink
docs(api): update destroy method description
Browse files Browse the repository at this point in the history
  • Loading branch information
kslimani committed Aug 17, 2024
1 parent 368bc7c commit 7507267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Same as [AdsManager.discardAdBreak()](https://developers.google.com/interactive-
Destroy the ad player instance. It stop and cleanup all internal instances and created DOM elements.

```javascript
player.destroy()
player.destroy() // This method may dispatch `ad_end` ad player event
```

## ended()
Expand Down

0 comments on commit 7507267

Please sign in to comment.