From 0a6efa336544567ee85a160a3e4dc65c8edeb197 Mon Sep 17 00:00:00 2001 From: Jorge Baumann Date: Wed, 15 May 2024 12:36:32 +0200 Subject: [PATCH] Typo pixelated-face-FINISHED.js typo --- .../55 - Face Detection Censorship/pixelated-face-FINISHED.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },