From 9a7b565a3ccd202b3dfcf213cd1d082a16b9b858 Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Mon, 26 Oct 2015 14:51:17 -0600 Subject: [PATCH] have a the string -> have the string --- website/source/docs/commands/version.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/version.html.md.erb b/website/source/docs/commands/version.html.md.erb index c6c9f7a64..bd0ffb6df 100644 --- a/website/source/docs/commands/version.html.md.erb +++ b/website/source/docs/commands/version.html.md.erb @@ -20,7 +20,7 @@ nomad version ## Output This command prints both the version number as well as the exact commit SHA used -during the build. The SHA may also have a the string `+CHANGES` appended to the +during the build. The SHA may also have the string `+CHANGES` appended to the end, indicating that local, uncommitted changes were detected at build time. ## Examples