Skip to content

Commit 6e243b4

Browse files
committed
[DASH-60] Modifications to jsPDF
Fixed doc typo
1 parent 83847f5 commit 6e243b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jspdf.plugin.cell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201

202202
/**
203203
* Create a table from a set of data.
204-
* @param {Object[]} dataSet As array of objects containing key-value pairs
204+
* @param {Object[]} data As array of objects containing key-value pairs
205205
* @param {String[]} [headers] Omit or null to auto-generate headers at a performance cost
206206
* @param {Object} [config.printHeaders] True to print column headers at the top of every page
207207
* @param {Object} [config.autoSize] True to dynamically set the column widths to match the widest cell value

0 commit comments

Comments
 (0)