From ac724c0ba5577809f18a8d35f4f47ce273f12721 Mon Sep 17 00:00:00 2001 From: Tim Payne Date: Mon, 16 May 2022 16:49:56 +0000 Subject: [PATCH] typo in 3_4 comments --- static/js/embed3_4.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/embed3_4.js b/static/js/embed3_4.js index 994598c..1a470d2 100644 --- a/static/js/embed3_4.js +++ b/static/js/embed3_4.js @@ -8,7 +8,7 @@ window.onload = function () { // Lesson 3_4 // We need to add an event listener to the viz // This is just like the event listener just above which fires when the viz has loaded - // this time we'll use "marksselectionchanged" + // this time we'll use "markselectionchanged" // and we want to fire the function getSelectedMarks