From 81b15189a7e23e645b7df348ec6cdb79552cef35 Mon Sep 17 00:00:00 2001 From: Chris Price Date: Fri, 16 Sep 2016 10:42:44 -0700 Subject: [PATCH] Fix typo `an` -> `any` --- doc/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/metrics.md b/doc/metrics.md index 85f6411..d23177f 100644 --- a/doc/metrics.md +++ b/doc/metrics.md @@ -3,7 +3,7 @@ Both the Java client and the Clojure client have [Dropwizard Metrics](http://metrics.dropwizard.io/3.1.0/) support - they both accept as an option a `MetricRegistry` to which they will register http metrics for each -request, as well as metrics for an metric-ids specified in the request +request, as well as metrics for any metric-ids specified in the request options. This support is experimental - names of metrics and the exact API may change.