Skip to content

Commit 536aea1

Browse files
authored
Standardize phrasing to "at runtime" in Compose documentation (#23508)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> Standardized the phrasing from **"at run time"** to **"at runtime"** for consistency with other Docker documentation. No technical content changes. ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> None. ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [x] Editorial review - [ ] Product review Signed-off-by: MohammadHasan Akbari <[email protected]>
1 parent e379c4e commit 536aea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/compose/how-tos/environment-variables/variable-interpolation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ aliases:
1212

1313
A Compose file can use variables to offer more flexibility. If you want to quickly switch
1414
between image tags to test multiple versions, or want to adjust a volume source to your local
15-
environment, you don't need to edit the Compose file each time, you can just set variables that insert values into your Compose file at run time.
15+
environment, you don't need to edit the Compose file each time, you can just set variables that insert values into your Compose file at runtime.
1616

17-
Interpolation can also be used to insert values into your Compose file at run time, which is then used to pass variables into your container's environment
17+
Interpolation can also be used to insert values into your Compose file at runtime, which is then used to pass variables into your container's environment
1818

1919
Below is a simple example:
2020

0 commit comments

Comments
 (0)