diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea97469eff329e238f0d76f08095de20d66c52dc..95061bdc5c59c5080af738195c9123e45db58f1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,7 @@ and the commits message folow the [Conventional Commits](https://www.conventiona
 
 - In role `ynh_backup`:
   - You now have the possibility to use BorgBackup with an [extra Ansible role](https://github.com/borgbase/ansible-role-borgbackup) as well as [Restic](https://github.com/roles-ansible/ansible_role_restic). These are built-in into this role, which means that once configured correctly, Ansible will download the chosen roles and will trigger their tasks.
-  - In order to use [Restic Ansible role](https://github.com/roles-ansible/ansible_role_restic), you need to install the pip package jmespath. For the collection devs it can be installed from the provided Pipfile using the following command: `pipenv install`.
+  - In order to use [Restic Ansible role](https://github.com/roles-ansible/ansible_role_restic), you need to install the pip package jmespath. For developers of the collection, it can be installed from the provided Pipfile using the following command: `pipenv install`.
 
 ### Changed