Skip to content

Commit af8752a

Browse files
committed
llb: Correct 'contexst' typo in State.Run function's documentation
Signed-off-by: Jakub Ciolek <[email protected]>
1 parent b4c1183 commit af8752a

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)