From bea9149ebb9207f60223cf8f303e1c8e8ce52ae5 Mon Sep 17 00:00:00 2001 From: Ivan Borshukov Date: Tue, 7 Mar 2017 16:11:13 +0200 Subject: [PATCH] Fix typo --- prometheus/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/doc.go b/prometheus/doc.go index f60710f..1fdef9e 100644 --- a/prometheus/doc.go +++ b/prometheus/doc.go @@ -69,7 +69,7 @@ // Metrics // // The number of exported identifiers in this package might appear a bit -// overwhelming. Hovever, in addition to the basic plumbing shown in the example +// overwhelming. However, in addition to the basic plumbing shown in the example // above, you only need to understand the different metric types and their // vector versions for basic usage. //