Skip to content

Commit

Permalink
Merge pull request #137 from danr/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
creationix authored Feb 21, 2018
2 parents abf02e9 + 44d16bd commit bc266d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ require('js-git/mixins/walkers')(repo);
// This combines parallel requests for the same resource for effeciency under load.
require('js-git/mixins/read-combiner')(repo);

// This makes the object interface less strict. See it's docs for details
// This makes the object interface less strict. See its docs for details
require('js-git/mixins/formats')(repo);
```

Expand Down

0 comments on commit bc266d7

Please sign in to comment.