From 4b985cc80ec03251d2ad725ed3556eb3d89956ce Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Thu, 21 Jun 2018 20:52:14 -0700 Subject: [PATCH] Fix grammatical error. --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 15eddf9..46e9ea8 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -272,7 +272,7 @@ A message from the executor should greet us. It is also possible to create a thermos job using gorealis. To do this, however, a thermos payload is required. A thermos payload consists of a JSON blob that details the entire task as it exists inside the Aurora Scheduler. *Creating the blob is unfortunately -out of the scope of was gorealis does*, so a thermos payload must be generated beforehand or +out of the scope of what gorealis does*, so a thermos payload must be generated beforehand or retrieved from the structdump of an existing task for testing purposes. A sample thermos JSON payload may be found [here](../examples/thermos_payload.json) in the examples folder.