diff --git a/service/config_provider.go b/service/config_provider.go index 0d66ebb6450..606a904401e 100644 --- a/service/config_provider.go +++ b/service/config_provider.go @@ -92,9 +92,9 @@ type ConfigProviderSettings struct { // MapConverters is a slice of config.MapConverterFunc. MapConverters []config.MapConverterFunc - // Deprecated: [v0.49.0] because providing custom ConfigUnmarshaler is not necessary since users can wrap/implement + // Deprecated: [v0.49.0] providing custom ConfigUnmarshaler is not necessary since users can wrap/implement // ConfigProvider if needed to change the resulted config. This functionality will be kept for at least 2 minor versions, - // and if nobody express a need for it will be removed. + // and if no one expresses a need for it will be removed. Unmarshaler configunmarshaler.ConfigUnmarshaler }