File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ export class BaseClient {
55
55
/**
56
56
* The underlying {@link Connection | connection} used by this client.
57
57
*
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 .
60
60
*/
61
61
public readonly connection : ConnectionLike ;
62
62
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ export class CloudOperationsClient {
43
43
/**
44
44
* The underlying {@link CloudOperationsConnection | connection} used by this client.
45
45
*
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 .
48
48
*/
49
49
public readonly connection : CloudOperationsConnection ;
50
50
public readonly options : Readonly < CloudOperationsClientOptions > ;
You can’t perform that action at this time.
0 commit comments