Skip to content

Commit 2ffa7ce

Browse files
authored
Update client.ts
1 parent ba3afcf commit 2ffa7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export type CreateOptions = {
6060
* A Client is primarily used by a {@link Repository} which requires a client in
6161
* its constructor.
6262
*
63-
* @deprecated Just used Node Redis client directly and pass it to the Repository.
63+
* @deprecated Just use Node Redis client directly and pass it to the Repository.
6464
*/
6565
export class Client {
6666
/** @internal */

0 commit comments

Comments
 (0)