Skip to content

Commit

Permalink
fix: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
zheeeng committed Jan 20, 2022
1 parent 68cc65b commit 9b741a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exportFromJSON.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function exportFromJSON<R = void> ({
delimiter = ',',
beforeTableEncode = (i) => i,
}: IOption<R>): R {
const MESSAGE_IS_ARRAY_FAIL = 'Invalid export data. Please provide an array of object'
const MESSAGE_IS_ARRAY_FAIL = 'Invalid export data. Please provide an array of objects'
const MESSAGE_UNKNOWN_EXPORT_TYPE = `Can't export unknown data type ${exportType}.`
const MESSAGE_FIELD_INVALID = `Can't export string data to ${exportType}.`

Expand Down

0 comments on commit 9b741a6

Please sign in to comment.