From 290c125e2e8d5ac0e16754e2dcd85fa1ee81eeee Mon Sep 17 00:00:00 2001 From: Samuel Laulhau Date: Fri, 28 May 2021 10:03:14 +0200 Subject: [PATCH] fix type flies => files --- docs/topics/file-formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/file-formats.md b/docs/topics/file-formats.md index 7f4e6b7e..6f8783e6 100644 --- a/docs/topics/file-formats.md +++ b/docs/topics/file-formats.md @@ -71,7 +71,7 @@ library. ### Csv Comma Separated Value (CSV) file format is a common structuring strategy -for text format files. In CSV flies, each line in the file represents a +for text format files. In CSV files, each line in the file represents a row of data and (within each line of the file) the different data fields (or columns) are separated from one another using a comma (`,`). If a data field contains a comma, then it should be enclosed (typically in