Skip to content

Commit 94ac2a0

Browse files
committed
Update output.md
1 parent dffa40e commit 94ac2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indepth/features/output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ In [WASM mode]({{site.indepth}}features/initialize.html?ver=latest#webassembly-e
353353
// no file dialog will be shown in WASM mode
354354
DWObject.IfShowFileDialog = true;
355355
// The absolute path specified will be ignored and
356-
// the file 'Sample.pdf'is saved to the Downloads folder
356+
// the file is saved to the Downloads folder
357357
DWObject.SaveAllAsPDF("D:\\Sample.pdf",
358358
function() {
359359
console.log('Successful!');

0 commit comments

Comments
 (0)