From 9a1aa12179726ecc4aaf672c3e52c275de3e43e9 Mon Sep 17 00:00:00 2001 From: dianed-square <73617011+dianed-square@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:15:56 -0700 Subject: [PATCH] docs: fix experimental warning (#4102) --- documentation/docs/guides/recipes/sub-recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/guides/recipes/sub-recipes.md b/documentation/docs/guides/recipes/sub-recipes.md index a553f914..96798bd5 100644 --- a/documentation/docs/guides/recipes/sub-recipes.md +++ b/documentation/docs/guides/recipes/sub-recipes.md @@ -10,7 +10,7 @@ Sub-recipes are recipes that are used by another recipe to perform specific task - **Reusable components** - Create common tasks that can be used in various workflows :::warning Experimental Feature -Running sub-recipes in parallel is an experimental feature in active development. Behavior and configuration may change in future releases. +Sub-recipes are an experimental feature in active development. Behavior and configuration may change in future releases. ::: ## How Sub-Recipes Work