Skip to content

Commit 376142d

Browse files
Update src/main/java/org/jenkinsci/plugins/workflow/steps/StepContext.java
Co-authored-by: A. Jard <angelique.jard@gmail.com>
1 parent fc39d67 commit 376142d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/steps/StepContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public abstract class StepContext implements FutureCallback<Object>, Serializabl
5858
* <dt>{@link EnvVars} <dd>read access to environment variables associated with a run, typically used for launchers
5959
* <dt>{@link FilePath} <dd>a “workspace” to use for example as from {@link hudson.Launcher.ProcStarter#pwd(hudson.FilePath)}
6060
* <dt>{@link Computer} <dd>an agent we are running on
61-
* <dt>{@link Executor} <dd>an executor slot on a agent we are running on
61+
* <dt>{@link Executor} <dd>an executor slot on an agent we are running on
6262
* <dt>{@link TaskListener} <dd>a place to send output (see {@code LogAction} for a flow)
6363
* <dt>{@link Run} <dd>a running build
6464
* <dt>{@code FlowExecution} <dd>a running flow

0 commit comments

Comments
 (0)