Skip to content

Commit

Permalink
chore(docs): update scheduler-targets-alpha readme (aws#28182)
Browse files Browse the repository at this point in the history
Tiny PR to remove duplicate `create`.
  • Loading branch information
vinayak-kukreja authored and chenjane-dev committed Dec 5, 2023
1 parent 4595c86 commit a069c89
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 a069c89

Please sign in to comment.