From 7d3ff89703a3918950eedc0e00db0052e63b7101 Mon Sep 17 00:00:00 2001 From: Guillaume de Rouville Date: Mon, 14 Jun 2021 16:55:09 +0200 Subject: [PATCH] fix english typo in Cloudformation package Signed-off-by: Guillaume de Rouville --- stdlib/aws/cloudformation/cloudformation.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/aws/cloudformation/cloudformation.cue b/stdlib/aws/cloudformation/cloudformation.cue index 344ce839..c2175f33 100644 --- a/stdlib/aws/cloudformation/cloudformation.cue +++ b/stdlib/aws/cloudformation/cloudformation.cue @@ -27,7 +27,7 @@ import ( // Behavior when failure to create/update the Stack onFailure: *"DO_NOTHING" | "ROLLBACK" | "DELETE" @dagger(input) - // Timeout for waiting for the stack to be created/updated (in minutes) + // Maximum waiting time until stack creation/update (in minutes) timeout: *10 | uint @dagger(input) // Never update the stack if already exists