Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Fix comment spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
interfect committed Nov 23, 2016
1 parent 6b92ece commit 7b0921e
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 @@ -192,7 +192,7 @@ const IPFS = typeof Ipfs !== 'undefined' ? Ipfs // browser global
// Make an IPFS node
var ipfs = new IPFS()

// Init a repo in the given IPFS node it if hasn't got one already. Calsl the
// Init a repo in the given IPFS node it if hasn't got one already. Calls the
// setup callback, passing the normal callback, after first initialization.
// Calls the normal callback directly after subsequent initializations. Calls
// the normal callback with an error parameter if there is an error.
Expand Down

0 comments on commit 7b0921e

Please sign in to comment.