From aba9542dbc7261c751f3d1353bd8127f68670722 Mon Sep 17 00:00:00 2001
From: dmarkey <markey@rapidratings.com>
Date: Tue, 22 Jan 2019 13:50:55 +0000
Subject: [PATCH] Fix typo in docs

---
 site/daemon.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/daemon.md b/site/daemon.md
index 4b236e65b..0bca664b9 100644
--- a/site/daemon.md
+++ b/site/daemon.md
@@ -74,7 +74,7 @@ fluxd requires setup and offers customization though a multitude of flags.
 |--registry-burst        | `125`      | maximum number of warmer connections to remote and memcache|
 |--registry-insecure-host| []         | registry hosts to use HTTP for (instead of HTTPS) |
 |--docker-config         | `""`       | path to a Docker config file with default image registry credentials |
-|--registry-ecr-region   | `[]`       | Allow these AWS regions when scanning images from ECR (multiple values alllowed); defaults to the detected cluster region |
+|--registry-ecr-region   | `[]`       | Allow these AWS regions when scanning images from ECR (multiple values allowed); defaults to the detected cluster region |
 |--registry-ecr-include-id | `[]`       | Include these AWS account ID(s) when scanning images in ECR (multiple values allowed); empty means allow all, unless excluded |
 |--registry-ecr-exclude-id | `[<EKS SYSTEM ACCOUNT>]` | Exclude these AWS account ID(s) when scanning ECR (multiple values allowed); defaults to the EKS system account, so system images will not be scanned |
 |**k8s-secret backed ssh keyring configuration**      |  | |