From b5c5bcd645353cf91dfa2a9e547ed96ca9eef10f Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 3 Dec 2012 22:59:01 +0100 Subject: [PATCH] js: Fix grammatical error --- mopidy/frontends/http/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/frontends/http/__init__.py b/mopidy/frontends/http/__init__.py index ebc57345..4fa48c79 100644 --- a/mopidy/frontends/http/__init__.py +++ b/mopidy/frontends/http/__init__.py @@ -239,7 +239,7 @@ find the Mopidy core API exposed under ``mopidy.playback``, ``mopidy.tracklist``, ``mopidy.playlists``, and ``mopidy.library``. All methods in the JavaScript API have an associated data structure describing -the params it expects, and most methods also got API documentation available. +the params it expects, and most methods also have API documentation available. This is available right there in the browser console, by looking at the method's ``description`` and ``params`` attributes: