diff --git a/docs/clients/mpd.rst b/docs/clients/mpd.rst
index fe7ef21d..5d5c3057 100644
--- a/docs/clients/mpd.rst
+++ b/docs/clients/mpd.rst
@@ -171,5 +171,5 @@ projects are a real match made in heaven."
Partify
-------
-`Partify `_ is a web based MPD client focusing on
-making music playing collaborative and social.
+`Partify `_ is a web based MPD client
+focussing on making music playing collaborative and social.
diff --git a/docs/contributing.rst b/docs/contributing.rst
index b5230b18..199c6b2a 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -126,3 +126,11 @@ Pull request guidelines
#. Send a pull request to the ``develop`` branch. See the `GitHub pull request
docs `_ for help.
+
+.. note::
+
+ If you are contributing a bug fix for a specific minor version of Mopidy
+ you should create the branch based on ``release-x.y`` instead of
+ ``develop``. When the release is done the changes will be merged back into
+ ``develop`` automatically as part of the normal release process. See
+ :ref:`creating-releases`.
diff --git a/docs/ext/frontends.rst b/docs/ext/frontends.rst
index 50dc348f..1e2ad3f4 100644
--- a/docs/ext/frontends.rst
+++ b/docs/ext/frontends.rst
@@ -81,4 +81,4 @@ Mopidy-Webhooks
https://github.com/paddycarey/mopidy-webhooks
Extension for sending HTTP POST requests with JSON payloads to a remote server
-on when Mopidy core triggers an event and on regular intervals.
+when Mopidy core triggers an event and on regular intervals.
diff --git a/docs/ext/mixers.rst b/docs/ext/mixers.rst
index 88fd27dd..5023f285 100644
--- a/docs/ext/mixers.rst
+++ b/docs/ext/mixers.rst
@@ -17,7 +17,7 @@ Mopidy-ALSAMixer
https://github.com/mopidy/mopidy-alsamixer
-Extension for controlling volume one a Linux system using ALSA.
+Extension for controlling volume on a Linux system using ALSA.
Mopidy-Arcam
diff --git a/docs/ext/spotmop.jpg b/docs/ext/spotmop.jpg
new file mode 100644
index 00000000..88393f0b
Binary files /dev/null and b/docs/ext/spotmop.jpg differ
diff --git a/docs/ext/web.rst b/docs/ext/web.rst
index 77ec7b91..48017ef0 100644
--- a/docs/ext/web.rst
+++ b/docs/ext/web.rst
@@ -35,8 +35,8 @@ Mopidy-Local-Images
https://github.com/tkem/mopidy-local-images
-Not a full-featured Web client, but rather a local library and Web
-extension which allows other Web clients access to album art embedded
+Not a full-featured web client, but rather a local library and web
+extension which allows other web clients access to album art embedded
in local media files.
.. image:: /ext/local_images.jpg
@@ -69,7 +69,7 @@ Mopidy-Mobile
https://github.com/tkem/mopidy-mobile
-A Mopidy Web client extension and hybrid mobile app, made with Ionic,
+A Mopidy web client extension and hybrid mobile app, made with Ionic,
AngularJS and Apache Cordova by Thomas Kemmer.
.. image:: /ext/mobile.png
@@ -164,6 +164,22 @@ To install, run::
pip install Mopidy-Simple-Webclient
+Mopidy-Spotmop
+==============
+
+https://github.com/jaedb/spotmop
+
+A client targeted at Spotify users. Made by James Barnsley.
+
+.. image:: /ext/spotmop.jpg
+ :width: 720
+ :height: 455
+
+To install, run::
+
+ pip install Mopidy-Spotmop
+
+
Mopidy-WebSettings
==================
diff --git a/docs/releasing.rst b/docs/releasing.rst
index 4c2d8373..8d489146 100644
--- a/docs/releasing.rst
+++ b/docs/releasing.rst
@@ -6,6 +6,7 @@ Here we try to keep an up to date record of how Mopidy releases are made. This
documentation serves both as a checklist, to reduce the project's dependency on
key individuals, and as a stepping stone to more automation.
+.. _creating-releases:
Creating releases
=================