From 8519c27f8581cf148c2af9dfc5483cb73b77db52 Mon Sep 17 00:00:00 2001
From: Graham Land <allthingsclowd@users.noreply.github.com>
Date: Thu, 12 Jul 2018 13:45:44 +0100
Subject: [PATCH] typo - duplication of the word can

---
 website/source/docs/faq.html.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/source/docs/faq.html.md b/website/source/docs/faq.html.md
index 2b7275da28..69be72513d 100644
--- a/website/source/docs/faq.html.md
+++ b/website/source/docs/faq.html.md
@@ -14,7 +14,7 @@ Nomad makes use of a HashiCorp service called [Checkpoint](https://checkpoint.ha
 which is used to check for updates and critical security bulletins.
 Only anonymous information, which cannot be used to identify the user or host, is
 sent to Checkpoint. An anonymous ID is sent which helps de-duplicate warning messages.
-This anonymous ID can can be disabled. Using the Checkpoint service is optional and can be disabled.
+This anonymous ID can be disabled. Using the Checkpoint service is optional and can be disabled.
 
 See [`disable_anonymous_signature`](/docs/agent/configuration/index.html#disable_anonymous_signature)
 and [`disable_update_check`](/docs/agent/configuration/index.html#disable_update_check).
-- 
GitLab