Skip to content

Commit

Permalink
chore(aws-ecs/aws-ecs-scheduled-ecs-task-construct): capitalize AWS (#…
Browse files Browse the repository at this point in the history
…13690)

chore(aws-ecs-scheduled-ecs-task-construct): capitalize AWS in the description of Ec2EventRuleTarget

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
OksanaH authored Apr 2, 2021
1 parent 8a66244 commit 890aae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/aws-ecs/aws-ecs-scheduled-ecs-task-construct.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export interface ScheduledEc2TaskProps {
The `ScheduledEc2Task` construct will use the following existing constructs:

* Ec2TaskDefinition - To create a Task Definition for the container to start
* Ec2EventRuleTarget - The target of the aws event
* Ec2EventRuleTarget - The target of the AWS event
* EventRule - To describe the event trigger (in this case, a scheduled run)

An example use case to create a task that is scheduled to run every minute:
Expand Down

0 comments on commit 890aae5

Please sign in to comment.