From 3241c527d05dc2a370dbe3a903f8ef8de1d62a04 Mon Sep 17 00:00:00 2001 From: Brian Pandola Date: Thu, 18 Oct 2018 13:19:21 -0700 Subject: [PATCH] Fix typo (#4760) Signed-off-by: Brian Pandola --- documentation/examples/custom-sd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/examples/custom-sd/README.md b/documentation/examples/custom-sd/README.md index 785933b45..685d16060 100644 --- a/documentation/examples/custom-sd/README.md +++ b/documentation/examples/custom-sd/README.md @@ -9,7 +9,7 @@ This directory (`documentation/examples/custom-sd`) contains an example custom s as well as a file_sd adapter usage. `adapter-usage` contains the `Discoverer` implementation for a basic Consul service discovery mechanism. It simply queries Consul for all it's known services (except Consul itself), and sends them along with all the other service data as labels as a TargetGroup. -The `adapter` directory contains the adapter code you will want to important and pass your `Discoverer` +The `adapter` directory contains the adapter code you will want to import and pass your `Discoverer` implementation to. # Usage