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

Commit 7b0921e

Browse files
committed
Fix comment spelling
1 parent 6b92ece commit 7b0921e

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
@@ -192,7 +192,7 @@ const IPFS = typeof Ipfs !== 'undefined' ? Ipfs // browser global
192192
// Make an IPFS node
193193
var ipfs = new IPFS()
194194

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

0 commit comments

Comments
 (0)