Merge pull request #219 from nightwolfz/patch-1

Typo fix
This commit is contained in:
Haad 2017-08-19 09:07:08 +02:00 committed by GitHub
commit c18e2ec5aa

2
API.md
View File

@ -399,7 +399,7 @@ After creating an instance of `orbitd-db`, you can now access the different data
Emitted while loading the local database, once for each entry. *dbname* is the name of the database that emitted the event. *hash* is the multihash of the entry that was just loaded. *entry* is the database operation entry. *progress* is a sequential number starting from 0 upon calling `load()`.
```javascript
db.events.on('load.porgress', (dbname, hash, entry, progress) => ... )
db.events.on('load.progress', (dbname, hash, entry, progress) => ... )
```
- `error` - (error)