From ffe06cb57f5e7d11d2183f6a45635d4ee7993a11 Mon Sep 17 00:00:00 2001 From: Justin Weissig Date: Sat, 11 May 2019 10:40:39 -0700 Subject: [PATCH] docs: fixed typo Fixed typo: programatic/programmatic --- website/source/guides/operating-a-job/accessing-logs.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/guides/operating-a-job/accessing-logs.html.md b/website/source/guides/operating-a-job/accessing-logs.html.md index 400086f0dd5..a2a5588b3dd 100644 --- a/website/source/guides/operating-a-job/accessing-logs.html.md +++ b/website/source/guides/operating-a-job/accessing-logs.html.md @@ -16,7 +16,7 @@ as simple as possible, Nomad provides: - Job specification for [log rotation](/docs/job-specification/logs.html) - CLI command for [log viewing](/docs/commands/alloc/logs.html) -- API for programatic [log access](/api/client.html#stream-logs) +- API for programmatic [log access](/api/client.html#stream-logs) This section will utilize the job named "docs" from the [previous sections](/guides/operating-a-job/submitting-jobs.html), but these operations