Skip to content

Commit 1e9b029

Browse files
committed
Fixed typo
1 parent fdd170a commit 1e9b029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ If you're trying to embed a base64 PDF but the browser doesn't support inline PD
128128

129129
```js
130130
var options = {
131-
fallbackFileNameForBase64: "My custom fielname.pdf"
131+
fallbackFileNameForBase64: "My custom filename.pdf"
132132
};
133133
PDFObject.embed("myfile.pdf", "#my-container", options);
134134
//If browser doesn't support inline PDFs, outputs:

0 commit comments

Comments
 (0)