From 3cd9f94dac0556d236f6b6de0fcec34d628e5205 Mon Sep 17 00:00:00 2001 From: jacobhackman <49450918+jacobhackman@users.noreply.github.com> Date: Mon, 29 Apr 2019 02:57:28 -0500 Subject: [PATCH] Update Using-Configuration-File.md (#1351) Reworded a sentence for clarity. Signed-off-by: Adrian Sutton --- docs/Configuring-Pantheon/Using-Configuration-File.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Configuring-Pantheon/Using-Configuration-File.md b/docs/Configuring-Pantheon/Using-Configuration-File.md index a4df916d89..a5de9c0a7d 100644 --- a/docs/Configuring-Pantheon/Using-Configuration-File.md +++ b/docs/Configuring-Pantheon/Using-Configuration-File.md @@ -10,7 +10,7 @@ use the [`--config-file`](../Reference/Pantheon-CLI-Syntax.md#config-file) optio Use a bind mount to [specify a configuration file with Docker](../Getting-Started/Run-Docker-Image.md#custom-configuration-file). To override an option specified in the configuration file, specify the same option on the command line. -When an option is specified in both places, Pantheon is started with the command line value. +When an option is specified in both the configuration file and the command line, Pantheon is started with the command line value. ## TOML Specification