From d72bd2e4a8a040f3aab937b7dbf95d976b23a1a2 Mon Sep 17 00:00:00 2001 From: Vasileios Zois Date: Tue, 11 Mar 2025 16:13:35 -0700 Subject: [PATCH] fix typo --- playground/CommandInfoUpdater/GarnetCommandsDocs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/CommandInfoUpdater/GarnetCommandsDocs.json b/playground/CommandInfoUpdater/GarnetCommandsDocs.json index af7a20d0f5..d593a065ce 100644 --- a/playground/CommandInfoUpdater/GarnetCommandsDocs.json +++ b/playground/CommandInfoUpdater/GarnetCommandsDocs.json @@ -860,7 +860,7 @@ { "Command": "CLUSTER_FLUSHALL", "Name": "CLUSTER|FLUSHALL", - "Summary": "Send by primary to replica to force to FLUSH its database", + "Summary": "Sent by primary to replica to force to FLUSH its database", "Group": "Cluster", "Complexity": "O(1)" }