From aa6854b4c09072efa7ca7b34ed99abd726a54200 Mon Sep 17 00:00:00 2001 From: Maciej Strzelczyk Date: Wed, 29 Nov 2023 18:16:55 +0100 Subject: [PATCH] Update products/compute/metadata/delete_template.toml Co-authored-by: Sita Lakshmi Sangameswaran --- products/compute/metadata/delete_template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/compute/metadata/delete_template.toml b/products/compute/metadata/delete_template.toml index 877f971..5c5970b 100644 --- a/products/compute/metadata/delete_template.toml +++ b/products/compute/metadata/delete_template.toml @@ -6,7 +6,7 @@ description = "Deletes an instance template from a project." standalone = true deprecated = false # What kinds of preconditions needs to be met. Natural language. (optional) -requirements = "The template mus exist... No special requirements or hidden catches here." +requirements = "The template must exist... No special requirements or hidden catches here." # What will happen when the code sample in the region tag gets executed. Natural Language. (optional) effects = "The template gets deleted."