Skip to content

Commit bf55272

Browse files
authored
Fix typo error of the word streams (#1281)
1 parent 3891c94 commit bf55272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/xadd/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ IDs to match the one of this other system.
182182

183183
`XADD` incorporates the same semantics as the [`XTRIM`]({{< relref "/commands/xtrim" >}}) command - refer to its documentation page for more information.
184184
This allows adding new entries and keeping the stream's size in check with a single call to `XADD`, effectively capping the stream with an arbitrary threshold.
185-
Although exact trimming is possible and is the default, due to the internal representation of steams it is more efficient to add an entry and trim stream with `XADD` using **almost exact** trimming (the `~` argument).
185+
Although exact trimming is possible and is the default, due to the internal representation of streams it is more efficient to add an entry and trim stream with `XADD` using **almost exact** trimming (the `~` argument).
186186

187187
For example, calling `XADD` in the following form:
188188

0 commit comments

Comments
 (0)