Skip to content

Commit

Permalink
chore(docs): update scheduler-targets-alpha readme
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kukreja <[email protected]>
  • Loading branch information
vinayak-kukreja committed Nov 29, 2023
1 parent ff203a1 commit bfc995a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-scheduler-targets-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ new Schedule(this, 'Schedule', {

Use the `SnsPublish` target to publish messages to an Amazon SNS topic.

The code snippets below create create an event rule with a Amazon SNS topic as a target.
The code snippets below create an event rule with a Amazon SNS topic as a target.
It's called every hour by Amazon Event Bridge Scheduler with custom payload.

```ts
Expand Down

0 comments on commit bfc995a

Please sign in to comment.