Skip to content

Commit 52e93b0

Browse files
authored
Fix: update compose intro doc (#23545)
## Description Corrected a minor typo in the Compose documentation. The word “complimentary” was replaced with “complementary” to accurately describe “complementary files”. ## Related issues or tickets #23466 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent fa132e3 commit 52e93b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/compose/intro/compose-application-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can use [fragments](/reference/compose-file/fragments.md) and [extensions](/
4747

4848
Multiple Compose files can be [merged](/reference/compose-file/merge.md) together to define the application model. The combination of YAML files is implemented by appending or overriding YAML elements based on the Compose file order you set.
4949
Simple attributes and maps get overridden by the highest order Compose file, lists get merged by appending. Relative
50-
paths are resolved based on the first Compose file's parent folder, whenever complimentary files being
50+
paths are resolved based on the first Compose file's parent folder, whenever complementary files being
5151
merged are hosted in other folders. As some Compose file elements can both be expressed as single strings or complex objects, merges apply to
5252
the expanded form. For more information, see [Working with multiple Compose files](/manuals/compose/how-tos/multiple-compose-files/_index.md).
5353

0 commit comments

Comments
 (0)