Skip to content

Commit

Permalink
Fix typo (open-telemetry#3305)
Browse files Browse the repository at this point in the history
Fixes a misspelled word in the Events API specification.
  • Loading branch information
codyborders authored and lmolkova committed Mar 8, 2023
1 parent fedc955 commit 0909ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/logs/event-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ OpenTelemetry events is clunky or error-prone.
The Event API offers convenience methods
for [emitting LogRecords](./bridge-api.md#emit-logrecord) that conform
to the [semantic conventions for Events](./semantic_conventions/events.md).
Unlike the [Logs Brdige API](./bridge-api.md), application developers and
Unlike the [Logs Bridge API](./bridge-api.md), application developers and
instrumentation authors are encouraged to call this API directly.

## EventLogger
Expand Down

0 comments on commit 0909ee0

Please sign in to comment.