diff --git a/packages/integration-aws-node/src/DefaultAwsCredentialsManager.test.ts b/packages/integration-aws-node/src/DefaultAwsCredentialsManager.test.ts index 60fa190ee9..e8d295c200 100644 --- a/packages/integration-aws-node/src/DefaultAwsCredentialsManager.test.ts +++ b/packages/integration-aws-node/src/DefaultAwsCredentialsManager.test.ts @@ -22,7 +22,7 @@ import { GetCallerIdentityCommand, AssumeRoleCommand, } from '@aws-sdk/client-sts'; -// this is an internal package that ths sdk uses behind the scenes, and we need to mock parts of it +// this is an internal package that the sdk uses behind the scenes, and we need to mock parts of it // eslint-disable-next-line @backstage/no-undeclared-imports import { STSClient as NestedSTSClient,