Skip to content

Commit fe9bbd6

Browse files
authored
Merge pull request #561 from dynamsoft-docs/preview
Preview
2 parents e004356 + 5c3abaf commit fe9bbd6

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
@@ -38,7 +38,7 @@ Note: the new certificate from Dynamsoft will expire on December 8th, 2023. This
3838
- If you want to automatically update the certificate, please add following code:
3939

4040
```javascript
41-
// Add the code in dynamsoft.webtwain.configure.js file
41+
// Add the code in dynamsoft.webtwain.config.js file
4242
Dynamsoft.DWT.ServiceCertUpdateURL= "https://demo.dynamsoft.com/DWT/Resources/dist/cert.zip";
4343
```
4444
```javascript
@@ -47,9 +47,9 @@ Note: the new certificate from Dynamsoft will expire on December 8th, 2023. This
4747
Dynamsoft.DWT.ServiceCertUpdateURL,
4848
function () {
4949
},
50-
    function (errorCode, errorString) {
51-
       console.log(errorString);
52-
    }
50+
function (errorCode, errorString) {
51+
console.log(errorString);
52+
}
5353
);
5454
```
5555

0 commit comments

Comments
 (0)