Skip to content

Commit aa209e0

Browse files
committed
docs: fix "it's" to "its" (possessive) in README files
"it's" is a contraction of "it is". The possessive form is "its".
1 parent 012cf32 commit aa209e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/@aws-cdk/integ-tests-alpha/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ new AwsApiCall(myAppStack, 'GetObject', {
219219

220220
### DeployAssert
221221

222-
Assertions are created by using the `DeployAssert` construct. This construct creates it's own `Stack` separate from
222+
Assertions are created by using the `DeployAssert` construct. This construct creates its own `Stack` separate from
223223
any stacks that you create as part of your integration tests. This `Stack` is treated differently from other stacks
224224
by the `integ-runner` tool. For example, this stack will not be diffed by the `integ-runner`.
225225

packages/aws-cdk-lib/aws-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ new config.AccessKeysRotated(this, 'AccessKeyRotated');
6666
#### CloudFormation Stack drift detection
6767

6868
Checks whether your CloudFormation stack's actual configuration differs, or has drifted,
69-
from it's expected configuration.
69+
from its expected configuration.
7070

7171
```ts
7272
// compliant if stack's status is 'IN_SYNC'

packages/aws-cdk-lib/aws-stepfunctions-tasks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ Step Functions supports [AWS Step Functions](https://docs.aws.amazon.com/step-fu
20142014

20152015
You can manage [AWS Step Functions](https://docs.aws.amazon.com/step-functions/latest/dg/connect-stepfunctions.html) executions.
20162016

2017-
AWS Step Functions supports it's own [`StartExecution`](https://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html) API as a service integration.
2017+
AWS Step Functions supports its own [`StartExecution`](https://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html) API as a service integration.
20182018

20192019
```ts
20202020
// Define a state machine with one Pass state

0 commit comments

Comments
 (0)