From a972d56d2d2a6834c3fb4392ea089502e30a63cd Mon Sep 17 00:00:00 2001 From: Sheldon Kwok Date: Fri, 1 Apr 2016 14:56:12 -0700 Subject: [PATCH] Update alloc.html.md Fix very minor spelling error. --- website/source/docs/http/alloc.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/http/alloc.html.md b/website/source/docs/http/alloc.html.md index 202820d28..a4f639e1f 100644 --- a/website/source/docs/http/alloc.html.md +++ b/website/source/docs/http/alloc.html.md @@ -242,7 +242,7 @@ be specified using the `?region=` query parameter. A task can be in the following states: * `TaskStatePending` - The task is waiting to be run, either for the first - time or do to a restart. + time or due to a restart. * `TaskStateRunning` - The task is currently running. * `TaskStateDead` - The task is dead and will not run again. @@ -251,7 +251,7 @@ be specified using the `?region=` query parameter. * `Driver Failure` - The task could not be started due to a failure in the driver. - * `Started` - The task was started; either for the first time or do to a + * `Started` - The task was started; either for the first time or due to a restart. * `Terminated` - The task terminated. * `Killed` - The task was killed by the user.