Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Commands/execute.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The run command
# The execute command

## Synopsis

Expand Down
2 changes: 1 addition & 1 deletion docs/Language/Config.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# The cleanup statement
# The config statement

### Synopsis

Expand Down
2 changes: 1 addition & 1 deletion docs/Language/Debug.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The Load Statement
# The debug Statement

debug()

Expand Down
2 changes: 1 addition & 1 deletion docs/Language/Fail.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The succeed statement
# The fail statement

### Synopsis

Expand Down
2 changes: 1 addition & 1 deletion docs/Language/requires.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Specify a parameter or variable that must be provided for this pipeline stage to

### Examples

**This Pipeline will Print an Error because WOLRD is not defined anywhere**
**This Pipeline will Print an Error because WORLD is not defined anywhere**
```groovy

hello = {
Expand Down