Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang committed Mar 18, 2021
1 parent e0f6c37 commit 9305c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/metrics/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ should be the responsibility of the `MeterProvider` instead.
The `Meter` MUST provide functions to create new [Instruments](#instrument):

* [Create a new Counter](#counter-creation) (see the section on `Counter`)
* [Create a new Gauge](#gauge-creation) (see the section on `Guage`)
* [Create a new Gauge](#gauge-creation) (see the section on `Gauge`)
* [Create a new Histogram](#histogram-creation) (see the section on `Histogram`)

## Instrument
Expand Down

0 comments on commit 9305c5d

Please sign in to comment.