Skip to content

Commit 1894ec9

Browse files
Improve wording
Co-authored-by: Michael Cretzman <58786311+michaelcretzman@users.noreply.github.com>
1 parent d18a7a1 commit 1894ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer/ddev/multirepo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If we go back to our `integrations-core` directory and execute any `ddev` comman
8686

8787
## Command Behavior with Overrides
8888

89-
The presence of a `.ddev.toml` file influences how certain `ddev` config commands behave. Assume the global config has `repo = "core"` and `org = "default"`, and a local `.ddev.toml` has `repo = "extras"` and `github.user = "test-user"`.
89+
The presence of a `.ddev.toml` file influences how certain `ddev` config commands behave. Let's look at an example where the global config has `repo = "core"` and `org = "default"`, and a local `.ddev.toml` has `repo = "extras"` and `github.user = "test-user"`.
9090

9191
* **`ddev config show`**: Displays the merged configuration, annotating each setting with its source (`GlobalConfig:<line>` or `Overrides:<line>`).
9292

0 commit comments

Comments
 (0)