Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit a06b1c2

Browse files
committed
Editing function
1 parent 33d6bda commit a06b1c2

File tree

11 files changed

+612
-146
lines changed

11 files changed

+612
-146
lines changed

pkg/platform/src/components/aws/cron.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export interface CronArgs {
8080

8181
/**
8282
* The `Cron` component lets you add cron jobs to your app.
83-
* It's powered by [Amazon Event Bus](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-bus.html).
83+
* It uses [Amazon Event Bus](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-bus.html).
8484
*
8585
* @example
8686
* #### Example

0 commit comments

Comments
 (0)