Skip to content

Commit

Permalink
fix minor typo in containers doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadedin committed Jan 11, 2021
1 parent 95dd88d commit 3a09199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Guides/Containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ key for your commands.
```groovy
commands {
hello { container='ubuntu' }
world { container='world' }
world { container='ubuntu' }
}
containers {
Expand Down

0 comments on commit 3a09199

Please sign in to comment.