From 00391334577614136f03b98bfda45b1d708f5326 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Sun, 21 Sep 2014 22:49:27 +0100 Subject: [PATCH] docs: typo in Mopidy-HTTP (cherry picked from commit 839108e7c56aaacebac349835448e40027abef91) --- docs/ext/http.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ext/http.rst b/docs/ext/http.rst index a006c770..54d44ce0 100644 --- a/docs/ext/http.rst +++ b/docs/ext/http.rst @@ -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