diff --git a/docs/classes/Client.md b/docs/classes/Client.md index baa5709..68497b9 100644 --- a/docs/classes/Client.md +++ b/docs/classes/Client.md @@ -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 diff --git a/lib/client/client.ts b/lib/client/client.ts index 2260f32..c6cb022 100644 --- a/lib/client/client.ts +++ b/lib/client/client.ts @@ -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 */