Skip to content

Commit 6259da3

Browse files
change 'attempt' to 'try'
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent f7dc1f1 commit 6259da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ec2/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export class Ec2ConnectionManager {
168168
}
169169
}
170170

171-
public async attemptToOpenRemoteConnection(selection: Ec2Selection): Promise<void> {
171+
public async tryOpenRemoteConnection(selection: Ec2Selection): Promise<void> {
172172
await this.checkForStartSessionError(selection)
173173

174174
const remoteUser = await this.getRemoteUser(selection.instanceId)

0 commit comments

Comments
 (0)