Skip to content

Commit

Permalink
fixing typo in metrics api spec (open-telemetry#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzfaarQureshi committed Oct 19, 2020
1 parent 45ac3e1 commit 21d691d
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 @@ -365,7 +365,7 @@ situations, but in most cases it is the correct pattern for telemetry
data, in order to combine telemetry data from inter-dependent
libraries _without use of dependency injection_. OpenTelemetry
language APIs SHOULD offer a global instance for this reason.
Languges that offer a global instance MUST ensure that `Meter`
Languages that offer a global instance MUST ensure that `Meter`
instances allocated through the global `MeterProvider` and instruments
allocated through those `Meter` instances have their initialization
deferred until the a global SDK is first initialized.
Expand Down

0 comments on commit 21d691d

Please sign in to comment.