From 27bc317fedd05c9f75269105d83e3bef1b6d4e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Koncz?= <999047+konlaasz@users.noreply.github.com> Date: Fri, 26 Aug 2022 12:04:47 +0200 Subject: [PATCH] Fix typo --- 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 c5258907f..99f916e88 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -3,7 +3,7 @@ Configuration Beets has an extensive configuration system that lets you customize nearly every aspect of its operation. To configure beets, you create a file called -``config.yaml``. The location of the file depend on your platform (type ``beet +``config.yaml``. The location of the file depends on your platform (type ``beet config -p`` to see the path on your system): * On Unix-like OSes, write ``~/.config/beets/config.yaml``.