Skip to content

Commit 156e23e

Browse files
Susheel Thapadaniellockyer
andauthored
Fixed typos (#18648)
Co-authored-by: Daniel Lockyer <[email protected]>
1 parent 4b66e59 commit 156e23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/members-csv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Members Csv
22

33
## Usage
4-
There are 2 parts to this package: CSV to JSON serialization and JSON to CSV serialization. The module exposes 2 methods to fullfil these: `parse` and `unparse` respectively.
4+
There are 2 parts to this package: CSV to JSON serialization and JSON to CSV serialization. The module exposes 2 methods to fulfil these: `parse` and `unparse` respectively.
55

66
To `parse` CSV file and convert it to JSON use `parse` method, e.g.:
77
```js

0 commit comments

Comments
 (0)