Skip to content

Commit

Permalink
doc: small typo fixes while onboarding (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
GSmithApps authored Dec 27, 2024
1 parent dfb524e commit 4cf092d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/client/src/base-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export class BaseClient {
/**
* The underlying {@link Connection | connection} used by this client.
*
* Clients are cheap to create, but connections are expensive. Where that make sense,
* a single connection may and should be reused by multiple `Client`.
* Clients are cheap to create, but connections are expensive. Where it makes sense,
* a single connection may and should be reused by multiple `Client`s.
*/
public readonly connection: ConnectionLike;

Expand Down
4 changes: 2 additions & 2 deletions packages/cloud/src/cloud-operations-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export class CloudOperationsClient {
/**
* The underlying {@link CloudOperationsConnection | connection} used by this client.
*
* Clients are cheap to create, but connections are expensive. Where that make sense,
* a single connection may and should be reused by multiple `CloudOperationsClient`.
* Clients are cheap to create, but connections are expensive. Where it makes sense,
* a single connection may and should be reused by multiple `CloudOperationsClient`s.
*/
public readonly connection: CloudOperationsConnection;
public readonly options: Readonly<CloudOperationsClientOptions>;
Expand Down

0 comments on commit 4cf092d

Please sign in to comment.