Skip to content

Commit 0caf831

Browse files
authored
Fix typo
1 parent f3f7116 commit 0caf831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

19 - Webcam Fun/scripts-FINISHED.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function getVideo() {
1313
// The following has been depreceated by major browsers as of Chrome and Firefox.
1414
// video.src = window.URL.createObjectURL(localMediaStream);
1515
// Please refer to these:
16-
// Depreceated - https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL
16+
// Deprecated - https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL
1717
// Newer Syntax - https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/srcObject
1818

1919
video.srcObject = localMediaStream;

0 commit comments

Comments
 (0)