From e0cb5fbffee2ee48a34b36401f6cd3fc6e2e2247 Mon Sep 17 00:00:00 2001 From: Pierre Grimaud Date: Mon, 27 Apr 2020 22:11:34 +0200 Subject: [PATCH] Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e5e474..9bbcc94 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ d,e,f _callback(rows: array): void_ Calls `callback` when all CSV rows are read. The Array passed to callback contains the rows of the file. -Returns the offset of the end of parsing (generaly it's the end of the input string). +Returns the offset of the end of parsing (generally it's the end of the input string). ```js import * as CSV from 'csv-string';