Skip to content

Commit fe329c7

Browse files
authored
Update variables.md with missing word (#21878)
<!--Delete sections as needed --> ## Description Add missing word to docs page for variables <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> N/A ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [X] Editorial review - [ ] Product review
1 parent b2cf717 commit fe329c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/building/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ see [`ENV` usage example](#env-usage-example).
7272
Build arguments are commonly used to specify versions of components,
7373
such as image variants or package versions, used in a build.
7474

75-
Specifying versions as build arguments lets build with different versions
75+
Specifying versions as build arguments lets you build with different versions
7676
without having to manually update the Dockerfile.
7777
It also makes it easier to maintain the Dockerfile,
7878
since it lets you declare versions at the top of the file.

0 commit comments

Comments
 (0)