docs: Fix typo

This commit is contained in:
Stein Magnus Jodal 2012-12-13 02:06:05 +01:00
parent fe2adfae73
commit daa56e6567

View File

@ -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