Skip to content

Commit f12209e

Browse files
committed
address comments
1 parent ce79660 commit f12209e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/reference/yaml-function-merging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Atmos handles this gracefully through **type-aware merging**:
3939

4040
1. YAML functions are recognized and wrapped in a special type during parsing
4141
2. During merge, this allows YAML functions to replace concrete values (and vice versa) without type errors
42-
3. YAML functions are evaluated as the final step in stack processing, as they always have been
42+
3. YAML functions are evaluated as the final step in stack processing, as they have always been
4343

4444
This approach ensures that YAML functions can override static values throughout the inheritance chain.
4545

0 commit comments

Comments
 (0)