From 6bd7405a3b8c42110d6a9eafbed23d250e1d1e5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20P=C3=A9rez?= Date: Wed, 27 Dec 2023 15:44:41 +0100 Subject: [PATCH] chore: update check `activated` field jsdoc hint (#916) --- packages/cli/src/constructs/check.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/constructs/check.ts b/packages/cli/src/constructs/check.ts index 935e78ed..5d64a923 100644 --- a/packages/cli/src/constructs/check.ts +++ b/packages/cli/src/constructs/check.ts @@ -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 /**