diff --git a/app/error-handler.js b/app/error-handler.js index 5f6ffb67..ef1cb64c 100644 --- a/app/error-handler.js +++ b/app/error-handler.js @@ -6,7 +6,7 @@ * See README.md for usage and integration instructions. */ -// Fallback for all uncought errors +// Fallback for all uncaught errors function handleError(event, err) { try { const msg = document.getElementById('noVNC_fallback_errormsg');