Skip to content

Commit f4d2906

Browse files
authored
Merge pull request #6894 from Rohan5commit/docs/fix-run-following-typo-20260331
docs: fix typo in run reference examples
2 parents 6998987 + e660030 commit f4d2906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ starting a container, you can override the `USER` instruction by passing the
12221222
-u="", --user="": Sets the username or UID used and optionally the groupname or GID for the specified command.
12231223
```
12241224

1225-
The followings examples are all valid:
1225+
The following examples are all valid:
12261226

12271227
```text
12281228
--user=[ user | user:group | uid | uid:gid | user:gid | uid:group ]

0 commit comments

Comments
 (0)