diff --git a/types/video.js/index.d.ts b/types/video.js/index.d.ts index 00d26ed551..1801f69ab4 100644 --- a/types/video.js/index.d.ts +++ b/types/video.js/index.d.ts @@ -1,5 +1,5 @@ // Type definitions for Video.js 6.2 -// Project: https://github.com/zencoder/video-js +// Project: https://github.com/videojs/video.js // Definitions by: Vincent Bortone // Simon Clériot // Sean Bennett @@ -29,7 +29,7 @@ declare namespace videojs { autoplay?: boolean; preload?: string; sources?: Source[]; - apsectRatio?: string; + aspectRatio?: string; fluid?: boolean; language?: string; notSupportedMessage?: string;