Skip to content

Commit 05083bb

Browse files
authored
docs(react): Fix typo (#7375)
seperate -> separate
1 parent ef1fce6 commit 05083bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const VideoJS = ( props ) => {
1414
const videoRef = React.useRef(null);
1515
const { options } = props;
1616

17-
// This seperate functional component fixes the removal of the videoelement
17+
// This separate functional component fixes the removal of the videoelement
1818
// from the DOM when calling the dispose() method on a player
1919
const VideoHtml = ( props ) => (
2020
<div data-vjs-player>

0 commit comments

Comments
 (0)