Skip to content

Commit f681c20

Browse files
authored
Merge pull request #243 from huseeiin/main
fix typo
2 parents 166e5e8 + 2ffa7ce commit f681c20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/classes/Client.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ its constructor.
1616

1717
**`Deprecated`**
1818

19-
Just used Node Redis client directly and pass it to the Repository.
19+
Just use Node Redis client directly and pass it to the Repository.
2020

2121
## Table of contents
2222

lib/client/client.ts

+1-1
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)