Skip to content

Commit ff44a0e

Browse files
GSmithAppsmjameswh
authored andcommitted
doc: small typo fixes while onboarding (#1591)
(cherry picked from commit 4cf092d)
1 parent 1ab03c1 commit ff44a0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/client/src/base-client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ export class BaseClient {
5555
/**
5656
* The underlying {@link Connection | connection} used by this client.
5757
*
58-
* Clients are cheap to create, but connections are expensive. Where that make sense,
59-
* a single connection may and should be reused by multiple `Client`.
58+
* Clients are cheap to create, but connections are expensive. Where it makes sense,
59+
* a single connection may and should be reused by multiple `Client`s.
6060
*/
6161
public readonly connection: ConnectionLike;
6262

packages/cloud/src/cloud-operations-client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ export class CloudOperationsClient {
4343
/**
4444
* The underlying {@link CloudOperationsConnection | connection} used by this client.
4545
*
46-
* Clients are cheap to create, but connections are expensive. Where that make sense,
47-
* a single connection may and should be reused by multiple `CloudOperationsClient`.
46+
* Clients are cheap to create, but connections are expensive. Where it makes sense,
47+
* a single connection may and should be reused by multiple `CloudOperationsClient`s.
4848
*/
4949
public readonly connection: CloudOperationsConnection;
5050
public readonly options: Readonly<CloudOperationsClientOptions>;

0 commit comments

Comments
 (0)