Skip to content

Commit

Permalink
Fix a typo in videoSource documentation (#12957)
Browse files Browse the repository at this point in the history
  • Loading branch information
stampyzfanz authored Nov 13, 2023
1 parent abbc512 commit d699447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/video_source.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class VideoSource extends ImageSource {
* // Add a video source to the map to map
* map.addSource('video_source_id', {
* type: 'video',
* url: [
* urls: [
* 'https://www.mapbox.com/blog/assets/baltimore-smoke.mp4',
* 'https://www.mapbox.com/blog/assets/baltimore-smoke.webm'
* ],
Expand Down

0 comments on commit d699447

Please sign in to comment.