Skip to content

Commit 402f0ef

Browse files
authored
Fix typo in XREADGROUP's documentation (#1289)
1 parent 8549157 commit 402f0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/xreadgroup/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The group name is just the name of a consumer group associated to the stream.
126126
The group is created using the [`XGROUP`]({{< relref "/commands/xgroup" >}}) command. The consumer name is the
127127
string that is used by the client to identify itself inside the group.
128128
The consumer is auto created inside the consumer group the first time it
129-
is saw. Different clients should select a different consumer name.
129+
is seen. Different clients should select a different consumer name.
130130

131131
When you read with `XREADGROUP`, the server will *remember* that a given
132132
message was delivered to you: the message will be stored inside the

0 commit comments

Comments
 (0)