chore: remove repetitive words

This commit is contained in:
teslaedison
2025-04-02 00:51:57 +08:00
committed by GitHub
parent 6fceb94998
commit cfec602fa7
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ func (e *LogEventType) UnmarshalJSON(data []byte) error {
// LogLevel corresponds to the zerolog logging levels
// "panic", "fatal", and "trace" are exempt from this list as they are rarely used and, at least
// the the first two are limited to failure conditions that lead to cloudflared shutting down.
// the first two are limited to failure conditions that lead to cloudflared shutting down.
type LogLevel int8
const (