Fix playerVerion misspelling

...and also add punctuation to docs.
This commit is contained in:
Lord-McSweeney 2023-01-14 09:07:51 -08:00 committed by Nathan Adams
parent 4049acee66
commit 8cef9b65a1
1 changed files with 4 additions and 4 deletions

View File

@ -285,14 +285,14 @@ export interface BaseLoadOptions {
wmode?: WindowMode; wmode?: WindowMode;
/** /**
* The emulated version of the player * The emulated version of the player.
* *
* This controls the version that is reported to the movie * This controls the version that is reported to the movie.
* null means latest version * null means latest version.
* *
* @default null * @default null
*/ */
playerVerion?: number | null; playerVersion?: number | null;
} }
/** /**