From e1abd5f7c156faddea652d200344d39a893e22c5 Mon Sep 17 00:00:00 2001 From: Mayur Kale Date: Tue, 19 Mar 2019 14:39:44 -0700 Subject: [PATCH] fix typo --- metrics/Gauge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics/Gauge.md b/metrics/Gauge.md index 9dc2c48..25231bb 100644 --- a/metrics/Gauge.md +++ b/metrics/Gauge.md @@ -1,7 +1,7 @@ # Gauge Overview A `Gauge` is used to record aggregated metrics that can go up and down. Typical examples of gauges would be the number of jobs/entries in a queue, number of threads in a running state or current memory usage etc. -The `Gauge` values can be negative. This document describes the key types and the overall bahavior of API. +The `Gauge` values can be negative. This document describes the key types and the overall behavior of API. ## Gauge API