docs: Fix typo
This commit is contained in:
parent
fe2adfae73
commit
daa56e6567
@ -324,7 +324,7 @@ event listeners, and delete the object like this:
|
||||
.. code-block:: js
|
||||
|
||||
// Close the WebSocket without reconnecting. Letting the object be garbage
|
||||
// collected will have the same effect, so this isn't striclty necessary.
|
||||
// collected will have the same effect, so this isn't strictly necessary.
|
||||
mopidy.close();
|
||||
|
||||
// Unregister all event listeners. If you don't do this, you may have
|
||||
|
||||
Loading…
Reference in New Issue
Block a user