We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1fce6 commit 05083bbCopy full SHA for 05083bb
docs/guides/react.md
@@ -14,7 +14,7 @@ export const VideoJS = ( props ) => {
14
const videoRef = React.useRef(null);
15
const { options } = props;
16
17
- // This seperate functional component fixes the removal of the videoelement
+ // This separate functional component fixes the removal of the videoelement
18
// from the DOM when calling the dispose() method on a player
19
const VideoHtml = ( props ) => (
20
<div data-vjs-player>
0 commit comments