Skip to content

Commit

Permalink
Merge pull request #324 from coffemakingtoaster/fix-log-typo
Browse files Browse the repository at this point in the history
fix(typo): fix minor typo
  • Loading branch information
hayley-jean committed Jan 26, 2023
2 parents ce02b74 + 8c13698 commit 06c1502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/index.ts
Expand Up @@ -339,7 +339,7 @@ export class Client {
if (this.#grpcClients.has(Client)) {
debug.connection("Using existing grpc client for %s", debugName);
} else {
debug.connection("Createing client for %s", debugName);
debug.connection("Creating client for %s", debugName);
this.#grpcClients.set(Client, this.createGRPCClient(Client));
}

Expand Down

0 comments on commit 06c1502

Please sign in to comment.