From 7fb276ff73d677c00458922c9180df634f45e018 Mon Sep 17 00:00:00 2001 From: Fredrik Enestad Date: Tue, 3 Dec 2019 15:45:18 +0100 Subject: [PATCH] fix typo (#163) --- README.md | 2 +- doc/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 832ef98..0dbc41c 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ ocp:record('opencensus.io/http/server/server_latency', ServerLatency), #### Views #### -Views are how Neasures are aggregated. You can think of them as queries over the set of recorded data points (measurements). +Views are how Measures are aggregated. You can think of them as queries over the set of recorded data points (measurements). Views have two parts: the tags to group by and the aggregation type used. diff --git a/doc/index.md b/doc/index.md index ff43bfe..2850809 100644 --- a/doc/index.md +++ b/doc/index.md @@ -141,7 +141,7 @@ ocp:record('opencensus.io/http/server/server_latency', ServerLatency), #### Views #### -Views are how Neasures are aggregated. You can think of them as queries over the set of recorded data points (measurements). +Views are how Measures are aggregated. You can think of them as queries over the set of recorded data points (measurements). Views have two parts: the tags to group by and the aggregation type used.