diff --git a/website/docs/core-concepts/template-functions/atmos.Component.mdx b/website/docs/core-concepts/template-functions/atmos.Component.mdx index 3d9942414..676087a04 100644 --- a/website/docs/core-concepts/template-functions/atmos.Component.mdx +++ b/website/docs/core-concepts/template-functions/atmos.Component.mdx @@ -110,7 +110,8 @@ Atmos component in a stack, and use it in `Go` templates in other Atmos componen ## Examples The following configurations show different ways of using the `atmos.Component` template function to read values from -different sections in Atmos components, including the outputs of other components, directly in Atmos stack manifests. +different Atmos sections directly in Atmos stack manifests, including the outputs of other +(already provisioned) components. ```yaml