Skip to content

Commit 2575f03

Browse files
authored
Merge pull request #10 from clue-labs/typos
Improve documentation wording/typos
2 parents 65363e6 + 7f1e126 commit 2575f03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ contain special characters from the Unicode range. The text-encoding is usually
9999
application-dependant, so your best bet would be to convert to (or assume) UTF-8
100100
consistently.
101101

102-
Despite its shortcomings CSV is widely used and this is unlikely to change any
102+
Despite its shortcomings, CSV is widely used and this is unlikely to change any
103103
time soon. In particular, CSV is a very common export format for a lot of tools
104104
to interface with spreadsheet processors (such as Exel, Calc etc.). This means
105-
that CSV is often used for historial reasons and using CSV to store structured
105+
that CSV is often used for historical reasons and using CSV to store structured
106106
application data is usually not a good idea nowadays – but exporting to CSV for
107-
known applications is a very reasonable approach.
107+
known applications continues to be a very reasonable approach.
108108

109109
As an alternative, if you want to process structured data in a more modern
110110
JSON-based format, you may want to use [clue/reactphp-ndjson](https://github.com/clue/reactphp-ndjson)

0 commit comments

Comments
 (0)