1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-08 12:05:47 +02:00

docs(react): Fix typo (#7375)

seperate -> separate
This commit is contained in:
Ikko Ashimine 2021-08-12 23:09:07 +09:00 committed by GitHub
parent ef1fce6822
commit 05083bb78d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ export const VideoJS = ( props ) => {
const videoRef = React.useRef(null);
const { options } = props;
// This seperate functional component fixes the removal of the videoelement
// This separate functional component fixes the removal of the videoelement
// from the DOM when calling the dispose() method on a player
const VideoHtml = ( props ) => (
<div data-vjs-player>