Skip to content

Commit 58a8476

Browse files
committed
Update failed-to-load-resource.md
1 parent c0a4c04 commit 58a8476

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

faq/failed-to-load-resource.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Note: the new certificate from Dynamsoft will expire on December 8th, 2023. This
4646
Dynamsoft.DWT.UpdateCert(
4747
Dynamsoft.DWT.ServiceCertUpdateURL,
4848
function () {
49-
    },
50-
    function (errorCode, errorString) {
51-
        console.log(errorString);
52-
    }
49+
   },
50+
   function (errorCode, errorString) {
51+
      console.log(errorString);
52+
   }
5353
);
5454
```
5555

0 commit comments

Comments
 (0)