Skip to content

Commit

Permalink
docs(react): Fix typo (#7375)
Browse files Browse the repository at this point in the history
seperate -> separate
  • Loading branch information
eltociear authored Aug 12, 2021
1 parent ef1fce6 commit 05083bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 05083bb

Please sign in to comment.