diff --git a/CHANGELOG b/CHANGELOG
index fdd65543ab4b7dda7b4c15ac6f7f04784275d563..0b850566921f4aa939a957785717c345a3165bf5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -146,7 +146,7 @@ Automatically load .env file
 
 On non-docker deployments, earlier versions required you to source
 the config/.env file before launching any Funkwhale command, with ``export $(cat config/.env | grep -v ^# | xargs)``
-This led to more complex and error prode deployment / setup.
+This led to more complex and error prone deployment / setup.
 
 This is not the case anymore, and Funkwhale will automatically load this file if it's available.