From 15d328750aa9a9311ae342b406fa53ff8a4c3fbb Mon Sep 17 00:00:00 2001 From: Nick Triller Date: Wed, 28 Apr 2021 18:06:09 +0200 Subject: [PATCH] Fix typo in SD docs Signed-off-by: Nick Triller --- discovery/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery/README.md b/discovery/README.md index 9431876c7e..ea008af9ef 100644 --- a/discovery/README.md +++ b/discovery/README.md @@ -262,6 +262,6 @@ Here are some non-obvious parts of adding service discoveries that need to be ve ### Examples of Service Discovery pull requests -The exemples given might become out of date but should give a good impression about the areas touched by a new service discovery. +The examples given might become out of date but should give a good impression about the areas touched by a new service discovery. - [Eureka](https://github.com/prometheus/prometheus/pull/3369)