Skip to content

Commit

Permalink
chore: Fixed a typo on a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuma committed Sep 19, 2024
1 parent 61c3f6e commit 166d94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/static/js/instructor_dashboard/instructor_dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down

0 comments on commit 166d94d

Please sign in to comment.