From 7abd5bea3839079ed07be003b8a660898eedd907 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 25 Oct 2021 23:22:08 +0900 Subject: [PATCH] chore: fix typo in files.ts seperated -> separated --- scripts/helpers/files.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helpers/files.ts b/scripts/helpers/files.ts index dd07314..6a0bcf8 100644 --- a/scripts/helpers/files.ts +++ b/scripts/helpers/files.ts @@ -33,7 +33,7 @@ export const writeArrayToCSV = async ( fileName: string, data: any[][] ): Promise => { - // Construct the comma seperated string + // Construct the comma separated string // If a column values contains a comma then surround the column value by double quotes const csv = data .map((row) =>