diff --git a/docs/installation/external_dependencies.rst b/docs/installation/external_dependencies.rst
index 6641bef000081bbc639dd4113815c7e6d1814de2..059226979288970ab00450b57581ad5dc866c1b3 100644
--- a/docs/installation/external_dependencies.rst
+++ b/docs/installation/external_dependencies.rst
@@ -49,7 +49,7 @@ for funkwhale to work properly:
 
 .. code-block:: shell
 
-    sudo -u postgres psql -c 'CREATE EXTENSION "unaccent";''
+    sudo -u postgres psql -c 'CREATE EXTENSION "unaccent";'
 
 
 Cache setup (Redis)