Skip to content

Commit

Permalink
Merge pull request #267 from erikjuhani/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodrig authored Sep 30, 2024
2 parents 8612018 + 8458e71 commit 9551140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json2csv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const Json2Csv = function (options: FullJson2CsvOptions) {
* list of field names.
*/
function processSchemas(documentSchemas: string[][]) {
// If there are no document schemas then there is nothing to diff and no unqiue fields to get
// If there are no document schemas then there is nothing to diff and no unique fields to get
if (documentSchemas.length === 0) {
return [];
}
Expand Down

0 comments on commit 9551140

Please sign in to comment.