Skip to content

Commit

Permalink
fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
pburrows-ns1 committed Aug 19, 2024
1 parent f2ba656 commit 9920aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/errors/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var (
// ErrExporterFieldNotFound indicates that exporter field was not found
ErrExporterFieldNotFound = New("malformed entity specification. exporter field is expected on configuration field")

// ErrEndPointNotFound indicates that endpoint field was not found on exporter field for otlp backend
// ErrEndpointNotFound indicates that endpoint field was not found on exporter field for otlp backend
ErrEndpointNotFound = New("malformed entity specification. endpoint field is expected on exporter field")

// ErrInvalidEndpoint indicates that endpoint field is not valid
Expand Down

0 comments on commit 9920aa2

Please sign in to comment.