Skip to content

Commit

Permalink
chore: update check activated field jsdoc hint (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiroushi authored Dec 27, 2023
1 parent e80c498 commit 6bd7405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/constructs/check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface CheckProps {
*/
name: string
/**
* Determines if the check is running or not.
* Determines whether the check will run periodically or not after being deployed.
*/
activated?: boolean
/**
Expand Down

0 comments on commit 6bd7405

Please sign in to comment.