From 1e9b029cde8b19976e155fb4b974366b67f7336e Mon Sep 17 00:00:00 2001 From: Philip Hutchison Date: Wed, 12 Feb 2025 22:58:53 -0800 Subject: [PATCH] Fixed typo --- docs/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index f690370..551f4f4 100644 --- a/docs/api/index.md +++ b/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 ```js var options = { - fallbackFileNameForBase64: "My custom fielname.pdf" + fallbackFileNameForBase64: "My custom filename.pdf" }; PDFObject.embed("myfile.pdf", "#my-container", options); //If browser doesn't support inline PDFs, outputs: