Skip to content

Commit 33c99d4

Browse files
Update packages/core/src/shared/remoteSession.ts
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent fda5001 commit 33c99d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/remoteSession.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export async function getDeniedSsmActions(client: IamClient, roleArn: string): P
253253
}
254254

255255
/**
256-
* Creates a new {@link ChildProcess} class bound to a specific dev environment. All instances of this
256+
* Creates a new {@link ChildProcess} class bound to a specific remote environment. All instances of this
257257
* derived class will have SSM session information injected as environment variables as-needed.
258258
*/
259259
export function createBoundProcess(envProvider: EnvProvider): typeof ChildProcess {

0 commit comments

Comments
 (0)