From 3cf1973652f32189d02236b381be2d8c79bdd85b Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 16 Jun 2014 23:45:52 +0200 Subject: [PATCH] docs: Fix typo --- docs/api/js.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/js.rst b/docs/api/js.rst index e314360d..64598b7a 100644 --- a/docs/api/js.rst +++ b/docs/api/js.rst @@ -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.