From d5bc4d9f786d869a3d917199da7db38a6d7d2aac Mon Sep 17 00:00:00 2001 From: Cocoa Date: Wed, 8 May 2024 13:12:38 -0400 Subject: [PATCH] Fix typo --- src/book.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/book.js b/src/book.js index 40314ff..7eec225 100644 --- a/src/book.js +++ b/src/book.js @@ -492,7 +492,7 @@ export class Book { } /** - * Part of the Classic (non-Wacky) flow. Called by [createsignature]. + * Part of the Classic (non-Wacky) flow. Called by [createsignatures]. * (conditionally) populates the destPdf and (conditionally) generates the outname PDF * * @param {Object} config - object /w the following parameters: @@ -668,7 +668,7 @@ export class Book { * @param {number} config.maxSigCount * @param {PageInfo[][]} config.pageIndexDetails : a nested list of objects. */ - async createSignature(config) { + async createSignatures(config) { const pages = config.pageIndexDetails; const tasks = [ this.writepages({