Browse Source

Fix a typo in error handling

Alessandro Pignotti 1 năm trước cách đây
mục cha
commit
e2085f7210
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -163,7 +163,7 @@ __      __   _  __   ____  __
 				"CheerpX uses SharedArrayBuffer, which is not available right now.",
 				"",
 				!isSecureContext && "  -  This page is not in a secure context. Serve over HTTPS or WSS.",
-				!isSecureContext && "    " + underline + "https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts" + noral,
+				!isSecureContext && "    " + underline + "https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts" + normal,
 				isCustom && "  -  The document is not cross-origin isolated.",
 				isCustom && "     " + underline + "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer#security_requirements" + normal, 
 				"  - Your browser might not support SharedArrayBuffer.",