Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Nov 13, 2024
1 parent 0966c7c commit 235a943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv/unstable_stringify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export function stringify(

if (columns && !Array.isArray(columns)) {
throw new TypeError(
"Cannot stringify data as the columns option is invalid: colunns must be an array or undefined",
"Cannot stringify data as the columns option is invalid: columns must be an array or undefined",

Check warning on line 340 in csv/unstable_stringify.ts

View check run for this annotation

Codecov / codecov/patch

csv/unstable_stringify.ts#L339-L340

Added lines #L339 - L340 were not covered by tests
);
}

Check warning on line 342 in csv/unstable_stringify.ts

View check run for this annotation

Codecov / codecov/patch

csv/unstable_stringify.ts#L342

Added line #L342 was not covered by tests

Expand Down

0 comments on commit 235a943

Please sign in to comment.