Fixing a typo on the cleaning up section

This commit is contained in:
Renan DelValle 2016-08-15 14:43:53 -07:00
parent 2f410e98d2
commit c62e5ab750

View file

@ -312,9 +312,9 @@ $ go run examples/client.go -executor=thermos -url=http://192.168.33.7:8081 -cmd
# Cleaning up
To stop the jobs we've launched, we can need to send a job kill request to Aurora.
To stop the jobs we've launched, we need to send a job kill request to Aurora.
It should be noted that although we can't create jobs using a custom executor using the default Aurora client,
we can use the default Aurora client to kill them. In addition, we can use gorealis perform the clean up as well.
we ~can~ use the default Aurora client to kill them. Additionally, we can use gorealis perform the clean up as well.
## Using the Default Client