diff --git a/clients/pkg/promtail/scrapeconfig/scrapeconfig.go b/clients/pkg/promtail/scrapeconfig/scrapeconfig.go index 4bd131da1fbaf..804bffbcd03b8 100644 --- a/clients/pkg/promtail/scrapeconfig/scrapeconfig.go +++ b/clients/pkg/promtail/scrapeconfig/scrapeconfig.go @@ -211,7 +211,7 @@ type SyslogTargetConfig struct { // message should be pushed to Loki UseRFC5424Message bool `yaml:"use_rfc5424_message"` - // Used Sylog format at the target. + // Syslog format used at the target. SyslogFormat SyslogFormat `yaml:"syslog_format"` // MaxMessageLength sets the maximum limit to the length of syslog messages