Fix typo in error-handler.js

This commit is contained in:
Liao Peiyuan 2025-04-10 12:29:19 -07:00 committed by GitHub
parent 8edb3d282e
commit 980a49e5c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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