From 7ebd937709215518c3a0ee7e75c3a027c4abe44a Mon Sep 17 00:00:00 2001 From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:01:23 -0700 Subject: [PATCH] Update READWRITE index.md to fix typo #DOC-4215 fix typo in description & summary --- content/commands/readwrite/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/commands/readwrite/index.md b/content/commands/readwrite/index.md index 3aea260732..e8d9596a92 100644 --- a/content/commands/readwrite/index.md +++ b/content/commands/readwrite/index.md @@ -18,13 +18,13 @@ command_flags: - stale - fast complexity: O(1) -description: Enables read-write queries for a connection to a Reids Cluster replica +description: Enables read-write queries for a connection to a Redis Cluster replica node. group: cluster hidden: false linkTitle: READWRITE since: 3.0.0 -summary: Enables read-write queries for a connection to a Reids Cluster replica node. +summary: Enables read-write queries for a connection to a Redis Cluster replica node. syntax_fmt: READWRITE syntax_str: '' title: READWRITE