Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Dec 16, 2023
1 parent 71863ff commit ebdd76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Use the `DedicatedIpPool` construct to create a pool of dedicated IP addresses:

```ts
new ses.DedicatedIpPool(this, 'Pool', {
scailingMode: ses.ScalingMode.STANDARD,
scalingMode: ses.ScalingMode.STANDARD,
});
```

Expand Down

0 comments on commit ebdd76c

Please sign in to comment.