From fabedfbc8bfbc6251f349d2a93f921a2e33b9c1f Mon Sep 17 00:00:00 2001 From: padoo Date: Mon, 17 Apr 2017 02:00:39 +0200 Subject: [PATCH] Update overview.md (#2805) It should say 'predecessors', not 'successors'. Otherwise the sentence and the subsequent example don't make sense. --- compose/reference/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/reference/overview.md b/compose/reference/overview.md index 915507800d..fab378bf50 100644 --- a/compose/reference/overview.md +++ b/compose/reference/overview.md @@ -73,7 +73,7 @@ Use the `-f` flag to specify the location of a Compose configuration file. You can supply multiple `-f` configuration files. When you supply multiple files, Compose combines them into a single configuration. Compose builds the configuration in the order you supply the files. Subsequent files override and -add to their successors. +add to their predecessors. For example, consider this command line: