From a4f36bce612423325b31bf4c767857b6b33bf415 Mon Sep 17 00:00:00 2001 From: Ryan M Date: Mon, 15 May 2017 21:13:02 +0200 Subject: [PATCH] Typo fix --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index b9b6f43..c315808 100644 --- a/API.md +++ b/API.md @@ -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)