docs: Correctly name createOrbitDB func in API.

This commit is contained in:
Hayden Young 2023-09-17 14:39:15 +01:00
parent a32ef155b3
commit bc7e559f00

View File

@ -18,7 +18,7 @@ const DefaultAccessController = IPFSAccessController
/**
* Creates an instance of OrbitDB.
* @function
* @function createOrbitDB
* @param {Object} params One or more parameters for configuring OrbitDB.
* @param {IPFS} params.ipfs An IPFS instance.
* @param {string} [params.id] The id of the identity to use for this OrbitDB instance.