From a942719ffcf2d85aca2f25cbefbb55869d2b1503 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 3 Feb 2016 20:38:29 +0100 Subject: [PATCH] Fix grammar --- docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 84e4368d6..2a93d2204 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -715,7 +715,7 @@ defaults look like this:: singleton: Non-Album/$artist/$title comp: Compilations/$album%aunique{}/$track $title -Note the use of ``$albumartist`` instead of ``$artist``; this ensure that albums +Note the use of ``$albumartist`` instead of ``$artist``; this ensures that albums will be well-organized. For more about these format strings, see :doc:`pathformat`. The ``aunique{}`` function ensures that identically-named albums are placed in different directories; see :ref:`aunique` for details.