Skip to content

Commit

Permalink
Update node/src/BaseClient.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Carbonetto <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand and acarbonetto authored Aug 16, 2024
1 parent 6c7867c commit ebdbf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/BaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4412,7 +4412,7 @@ export class BaseClient {
* @see {@link https://valkey.io/commands/xinfo-groups/|valkey.io} for details.
*
* @param key - The key of the stream.
* @returns An `Array` of `Records`, where each mapping represents the
* @returns An array of maps, where each mapping represents the
* attributes of a consumer group for the stream at `key`.
* @example
* ```typescript
Expand Down

0 comments on commit ebdbf77

Please sign in to comment.