From 8144ccf74b6bb4b003d43f7a12bbebd4c9d725e7 Mon Sep 17 00:00:00 2001 From: camikazegreen Date: Tue, 15 Apr 2014 13:19:23 -0700 Subject: [PATCH] Minor typo fix --- docs/plugins/web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/web.rst b/docs/plugins/web.rst index 192cea93c..8d0b6be0e 100644 --- a/docs/plugins/web.rst +++ b/docs/plugins/web.rst @@ -156,7 +156,7 @@ For albums, the following endpoints are provided: The interface and response format is similar to the item API, except replacing the encapsulation key ``"items"`` with ``"albums"`` when requesting ``/album/`` -or ``/album/5,7``. In addtion we can request the cover art of an album with +or ``/album/5,7``. In addition we can request the cover art of an album with ``GET /album/5/art``.