Skip to content

Commit

Permalink
fix: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMakarenko committed Jan 10, 2022
1 parent 5be1971 commit eeca845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/paper-wallets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class SymbolPaperWallet {
* Exports as a PDF Uin8Array
*/
async toPdf(): Promise<Uint8Array> {
// 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");
Expand Down

0 comments on commit eeca845

Please sign in to comment.