Skip to content

Commit

Permalink
Merge pull request #243 from huseeiin/main
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
guyroyse authored Aug 12, 2024
2 parents 166e5e8 + 2ffa7ce commit f681c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/classes/Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ its constructor.

**`Deprecated`**

Just used Node Redis client directly and pass it to the Repository.
Just use Node Redis client directly and pass it to the Repository.

## Table of contents

Expand Down
2 changes: 1 addition & 1 deletion lib/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export type CreateOptions = {
* A Client is primarily used by a {@link Repository} which requires a client in
* its constructor.
*
* @deprecated Just used Node Redis client directly and pass it to the Repository.
* @deprecated Just use Node Redis client directly and pass it to the Repository.
*/
export class Client {
/** @internal */
Expand Down

0 comments on commit f681c20

Please sign in to comment.