diff --git a/exercises/55 - Face Detection Censorship/pixelated-face-FINISHED.js b/exercises/55 - Face Detection Censorship/pixelated-face-FINISHED.js index a6f0236f4..2ea393c5d 100644 --- a/exercises/55 - Face Detection Censorship/pixelated-face-FINISHED.js +++ b/exercises/55 - Face Detection Censorship/pixelated-face-FINISHED.js @@ -23,7 +23,7 @@ function handleOption(event) { } optionsInputs.forEach(input => input.addEventListener('input', handleOption)); -// Write a fucntion that will populate the users video +// Write a function that will populate the users video async function populateVideo() { const stream = await navigator.mediaDevices.getUserMedia({ video: { width: 1280, height: 720 },