From 6a39516d05a40e5ec95fbc71c9e5e848ead57380 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 29 Oct 2012 09:22:41 +0100 Subject: [PATCH] Fix typo --- docs/api/concepts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/concepts.rst b/docs/api/concepts.rst index c3696179..203418de 100644 --- a/docs/api/concepts.rst +++ b/docs/api/concepts.rst @@ -69,8 +69,8 @@ See :ref:`core-api` for more details. Backends ======== -The backends are organized as a set of providers with responsiblity forseparate -sets of functionality, similar to the core actor. +The backends are organized as a set of providers with responsiblity for +separate sets of functionality, similar to the core actor. Anything specific to i.e. Spotify integration or local storage is contained in the backends. To integrate with new music sources, you just add a new backend.