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

Commit 211b5dd

Browse files
committed
Fix comment spelling
1 parent 36e2280 commit 211b5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const IPFS = typeof Ipfs !== 'undefined' ? Ipfs // browser global
125125
// Make an IPFS node
126126
var ipfs = new IPFS()
127127

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

0 commit comments

Comments
 (0)