docs: typo in Mopidy-HTTP

(cherry picked from commit 839108e7c5)
This commit is contained in:
Nick Steel 2014-09-21 22:49:27 +01:00 committed by Stein Magnus Jodal
parent b0e00eeb0f
commit 0039133457

View File

@ -31,7 +31,7 @@ example the HTML, CSS, JavaScript, and images needed for a web based Mopidy
client. See :ref:`http-server-api` for how to make static files or server-side
functionality from a Mopidy extension available through Mopidy's web server.
If you're making a web based client and wants to do server side development
If you're making a web based client and want to do server side development
using some other technology than Tornado, you are of course free to run your
own web server and just use Mopidy's web server to host the API endpoints.
But, for clients implemented purely in JavaScript, letting Mopidy host the