From 45c9508ae80ad210adc0eaebf200df715674ee1d Mon Sep 17 00:00:00 2001
From: Lukas Holecek <hluk@email.cz>
Date: Sun, 11 Apr 2021 19:42:49 +0200
Subject: [PATCH] Add a missing word in CHANGES.md

---
 CHANGES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 9abb343c1..f9a57d7e5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -14,7 +14,7 @@
 
 - Item rows in main window and tray menu are now indexed from one instead of
   zero by default (#1085). This can be reverted to the old behavior using
-  command `copyq row_index_from_one false`.
+  command `copyq config row_index_from_one false`.
 
 - A tag can be marked as "locked" in configuration. Items with such tags cannot
   be removed until the tag is removed or "unlocked".
-- 
GitLab