fix typo in a comment (#2462)

* fix typo in a comment

* fix typo in a comment
This commit is contained in:
Hashen
2022-04-18 17:12:52 +05:30
committed by GitHub
parent 29318591c0
commit 3f09cf566b
2 changed files with 2 additions and 2 deletions

2
src/js/plyr.d.ts vendored
View File

@ -212,7 +212,7 @@ declare class Plyr {
airplay(): void;
/**
* Sets the preview thubmnails for the current source.
* Sets the preview thumbnails for the current source.
*/
setPreviewThumbnails(source: Plyr.PreviewThumbnailsOptions): void;