Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cocoa committed May 8, 2024
1 parent 949253a commit d5bc4d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/book.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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({
Expand Down

0 comments on commit d5bc4d9

Please sign in to comment.