Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 7fb276f

Browse files
fredrtsloughter
authored andcommitted
fix typo (#163)
1 parent 4787ad5 commit 7fb276f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ocp:record('opencensus.io/http/server/server_latency', ServerLatency),
141141

142142
#### <a name="Views">Views</a> ####
143143

144-
Views are how Neasures are aggregated. You can think of them as queries over the set of recorded data points (measurements).
144+
Views are how Measures are aggregated. You can think of them as queries over the set of recorded data points (measurements).
145145

146146
Views have two parts: the tags to group by and the aggregation type used.
147147

doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ocp:record('opencensus.io/http/server/server_latency', ServerLatency),
141141

142142
#### <a name="Views">Views</a> ####
143143

144-
Views are how Neasures are aggregated. You can think of them as queries over the set of recorded data points (measurements).
144+
Views are how Measures are aggregated. You can think of them as queries over the set of recorded data points (measurements).
145145

146146
Views have two parts: the tags to group by and the aggregation type used.
147147

0 commit comments

Comments
 (0)