Skip to content

Commit b3c9653

Browse files
authored
Merge pull request moby#4046 from jake-ciolek/fix-state-go-typo
llb: Correct 'contexst' typo in State.Run function's documentation
2 parents b4c1183 + af8752a commit b3c9653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/llb/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ func (s State) WithImageConfig(c []byte) (State, error) {
267267
return s, nil
268268
}
269269

270-
// Run performs the command specified by the arguments within the contexst of the current [State].
270+
// Run performs the command specified by the arguments within the context of the current [State].
271271
// The command is executed as a container with the [State]'s filesystem as the root filesystem.
272272
// As such any command you run must be present in the [State]'s filesystem.
273273
// Constraints such as [State.Ulimit], [State.ParentCgroup], [State.Network], etc. are applied to the container.

0 commit comments

Comments
 (0)