From dbb3c2b8b561b4967c79605bb5fec5701112f28e Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Tue, 8 Oct 2024 13:30:13 +0200 Subject: [PATCH] Update libs/flags/json_flag.go Co-authored-by: Pieter Noordhuis --- libs/flags/json_flag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 := ""