From 30feb65940d460ee1c66c56ee07727bb3eae60e8 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Wed, 19 Feb 2025 07:25:33 -0800 Subject: [PATCH] Update applies.md This PR updates two lingering occurrences of "applies:" to "applies_to:" --- docs/syntax/applies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/syntax/applies.md b/docs/syntax/applies.md index f82cb519b..20f4e693a 100644 --- a/docs/syntax/applies.md +++ b/docs/syntax/applies.md @@ -50,14 +50,14 @@ all `all` and empty string mean generally available for all active versions ```yaml -applies: +applies_to: serverless: all ``` `all` and empty string can also be specified at a version level ```yaml -applies: +applies_to: stack: beta all serverless: beta ```