diff --git a/packages/paper-wallets/index.ts b/packages/paper-wallets/index.ts index c981677..f66d103 100644 --- a/packages/paper-wallets/index.ts +++ b/packages/paper-wallets/index.ts @@ -97,7 +97,7 @@ class SymbolPaperWallet { * Exports as a PDF Uin8Array */ async toPdf(): Promise { - // Load teplate pdf document. It consists of 2 pages - mnemonic and account. + // Load template pdf document. It consists of 2 pages - mnemonic and account. const plainPdfFile = new Buffer(encodedBasePdf, "base64"); let pdfDoc = await PDFDocument.load(plainPdfFile); const notoSansFontBytes = new Buffer(encodedFont, "base64");