Skip to content

Commit

Permalink
Merge pull request #36 from koooge/fixtypo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
CyrusOfEden committed Oct 4, 2016
2 parents 499fdba + 1af7884 commit df7b669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ var csv = new CSV(data, [options]);
// It will otherwise fail silently.
var encoded = csv.encode();

// If the data you've suopplied is a string,
// If the data you've supplied is a string,
// CSV#parse will return the parsed CSV.
// It will otherwise fail silently.
var parsed = csv.parse();
Expand Down

0 comments on commit df7b669

Please sign in to comment.