diff --git a/docs/window.ipfs.md b/docs/window.ipfs.md index 4e6d135de..cc4efd0be 100644 --- a/docs/window.ipfs.md +++ b/docs/window.ipfs.md @@ -46,7 +46,7 @@ if (window.ipfs) { } catch (err) { if (err.isIpfsProxyAclError) { // Fallback - console.log(':(') + console.log('Unable to get ACL decision from user :(', err) } else { throw err }