diff --git a/lms/static/js/instructor_dashboard/instructor_dashboard.js b/lms/static/js/instructor_dashboard/instructor_dashboard.js index 49fd01dbdd..f87e9db8e8 100644 --- a/lms/static/js/instructor_dashboard/instructor_dashboard.js +++ b/lms/static/js/instructor_dashboard/instructor_dashboard.js @@ -52,7 +52,7 @@ such that the value can be defined later than this assignment (file load order). var usesProctoringLegacyView = function () { // If the element #proctoring-mfe-view is present, then uses the new MFE - // and the legagy views should not be initialized. + // and the legacy views should not be initialized. return !document.getElementById('proctoring-mfe-view'); }