grammar: its (possessive)

This commit is contained in:
Josh Soref 2019-02-08 14:54:48 -05:00 committed by GitHub
parent e5e9ee187c
commit 9fb4ef9ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ time thinking about "really, what _is_ the worst that could happen?"
Below is an example Pipeline which, if run outside of the Groovy Sandbox will:
* Delete every other Pipeline, Job, Folder, except itself
* Overwrite it's own "Script" block with an innocuous `echo "Hello World"` script, with the sandbox enabled of course!
* Overwrite its own "Script" block with an innocuous `echo "Hello World"` script, with the sandbox enabled of course!
* Delete all previous Pipeline runs.
* Trigger a new run of itself to wipe out all of itself.