Skip to content

Commit b978887

Browse files
committed
Comment correction.
1 parent 7924c1f commit b978887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/export.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const setAsConfig = async (page, chart, options, displayErrors) => {
133133
options.export.instr = null;
134134
options.export.infile = null;
135135

136-
// Ge the size of the export input
136+
// Get the size of the export input
137137
const totalSize = Buffer.byteLength(
138138
options.export?.strInj ? options.export?.strInj : JSON.stringify(chart),
139139
'utf-8'

0 commit comments

Comments
 (0)