chore: Fixed a typo on a comment

This commit is contained in:
Marcos
2024-09-19 11:04:48 -03:00
parent 61c3f6eaff
commit 166d94decf

View File

@@ -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');
}