mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-26 21:51:27 +02:00
multi: Fix typos [skip ci]
This commit is contained in:
@@ -53,7 +53,7 @@ ws.onmessage = function (event) {
|
||||
console.log(JSON.parse(event.data).result);
|
||||
}
|
||||
ws.onerror = function (event) {
|
||||
// An error occured, let's log it to the console.
|
||||
// An error occurred, let's log it to the console.
|
||||
console.log(event);
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user