We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd170a commit 1e9b029Copy full SHA for 1e9b029
docs/api/index.md
@@ -128,7 +128,7 @@ If you're trying to embed a base64 PDF but the browser doesn't support inline PD
128
129
```js
130
var options = {
131
- fallbackFileNameForBase64: "My custom fielname.pdf"
+ fallbackFileNameForBase64: "My custom filename.pdf"
132
};
133
PDFObject.embed("myfile.pdf", "#my-container", options);
134
//If browser doesn't support inline PDFs, outputs:
0 commit comments