diff --git a/docs/admin/importing-music.rst b/docs/admin/importing-music.rst
index bff23845bf7a7bae4fbf77febd741af10453798d..4cd71c2f9d08608b4ba1f728fdd9edc3fb8ed7e5 100644
--- a/docs/admin/importing-music.rst
+++ b/docs/admin/importing-music.rst
@@ -9,7 +9,7 @@ it extensively using a proper tool, such as Beets or Musicbrainz Picard.
 Funkwhale supports two different import modes:
 
 - copy (the default): files are copied into Funkwhale's internal storage. This means importing a 1GB library will result in the same amount of space being used by Funkwhale.
-- :ref:`in-place <in-place-import>` (when the ``--in-place`` is provided): files are referenced in Funkwhale's DB but not copied or touched in anyway. This is useful if you have a huge library, or one that is updated by an external tool such as Beets..
+- :ref:`in-place <in-place-import>` (when the ``--in-place`` is provided): files are referenced in Funkwhale's DB but not copied or touched in anyway. This is useful if you have a huge library, or one that is updated by an external tool such as Beets.
 
 .. note::