From 014272cae9dca7f1bc0080aec231e1808045d8ce Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 19 Jun 2017 16:43:06 +0200 Subject: [PATCH] Fix spelling mistake Replace "takes care or user authentication" with "takes care of user authentication". --- 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 8745130f..730c05b8 100644 --- a/docs/ext/http.rst +++ b/docs/ext/http.rst @@ -20,7 +20,7 @@ When it is enabled it starts a web server at the port specified by the authorization. Anyone able to access the web server can use the full core API of Mopidy. Thus, you probably only want to make the web server available from your local network or place it behind a web proxy which - takes care or user authentication. You have been warned. + takes care of user authentication. You have been warned. Hosting web clients