diff --git a/libs/flags/json_flag.go b/libs/flags/json_flag.go index a2ca904c4e..5a4f6cd28e 100644 --- a/libs/flags/json_flag.go +++ b/libs/flags/json_flag.go @@ -45,7 +45,7 @@ func (j *JsonFlag) Unmarshal(v any) error { // First normalize the input data. // It will convert all the values to the correct types. - // For example string lterals for booleans and integers will be converted to the correct types. + // For example string literals for booleans and integers will be converted to the correct types. nv, diags := convert.Normalize(v, dv) if len(diags) > 0 { summary := ""