docs: Fix typo

This commit is contained in:
Stein Magnus Jodal 2014-06-16 23:45:52 +02:00
parent d9d8d06ff4
commit 3cf1973652

View File

@ -402,6 +402,6 @@ Example to get started with
mopidy.on(console.log.bind(console)); // Log all events
mopidy.on("state:online", queueAndPlay);
9. The web page should now queue and play your first playlist every time your
9. The web page should now queue and play your first playlist every time you
load it. See the browser's console for output from the function, any errors,
and all events that are emitted.