Skip to content

Commit

Permalink
use plural form of the unit
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Dec 4, 2024
1 parent 8764456 commit 7b83c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openchallenges/data_integration_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(self, scope: Construct, id: str, **kwargs) -> None:
flexible_time_window=scheduler.CfnSchedule.FlexibleTimeWindowProperty(
mode="OFF",
),
schedule_expression="rate(5 minute)",
schedule_expression="rate(5 minutes)",
group_name=schedule_group.name,
target=scheduler.CfnSchedule.TargetProperty(
arn=event_bus.event_bus_arn,
Expand Down

0 comments on commit 7b83c10

Please sign in to comment.