Skip to content

Commit 52df73b

Browse files
authored
Update compose-application-model.md: Added period (#21160)
Added missing period to end of sentence.
1 parent 6343d43 commit 52df73b

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
@@ -49,7 +49,7 @@ Multiple Compose files can be [merged](/reference/compose-file/merge.md) togethe
4949
Simple attributes and maps get overridden by the highest order Compose file, lists get merged by appending. Relative
5050
paths are resolved based on the first Compose file's parent folder, whenever complimentary 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
52-
the expanded form. For more information, see [Working with multiple Compose files](/manuals/compose/how-tos/multiple-compose-files/_index.md)
52+
the expanded form. For more information, see [Working with multiple Compose files](/manuals/compose/how-tos/multiple-compose-files/_index.md).
5353

5454
If you want to reuse other Compose files, or factor out parts of your application model into separate Compose files, you can also use [`include`](/reference/compose-file/include.md). This is useful if your Compose application is dependent on another application which is managed by a different team, or needs to be shared with others.
5555

0 commit comments

Comments
 (0)