Skip to content

Commit

Permalink
Fix typos in api-metrics.md (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru authored and SergeyKanzhelev committed Nov 12, 2019
1 parent 724bb54 commit 27b738b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specification/api-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ OpenTelementry API specification](api-metrics-user.md) for more detail
about the variety of methods, options, and optimizations available for
users of the instrumentation API.

To capture measurements using an instruement, you need an SDK that
To capture measurements using an instrument, you need an SDK that
implements the `Meter` API.

### Meter API
Expand All @@ -56,9 +56,9 @@ to monitor a sum.
### Purpose of this document

This document gives an overview of the specification, introduces the
the three kinds of instrument, and discuss how end-users should think
about various options at a high-level, without getting into detail
about specific method calls.
the three kinds of instrument, and discusses how end-users should
think about various options at a high-level, without getting into
detail about specific method calls.

## Metric kinds and inputs

Expand Down

0 comments on commit 27b738b

Please sign in to comment.