Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Sep 27, 2024
1 parent 0b69482 commit 11b33bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/v2/api/telemetry/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type TelemetryServer[T transaction.Tx] struct {
metrics *Metrics
}

// New creates a new telemtry server.
// New creates a new telemetry server.
func New[T transaction.Tx]() *TelemetryServer[T] {
return &TelemetryServer[T]{}
}
Expand Down

0 comments on commit 11b33bb

Please sign in to comment.