From 2bac563a7ab34257b07216dfbe397f89ab500c8e Mon Sep 17 00:00:00 2001 From: guangwu Date: Thu, 26 Oct 2023 21:42:12 +0800 Subject: [PATCH] fix: typo --- pkg/app/attribute_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/app/attribute_test.go b/pkg/app/attribute_test.go index fefc45ea1..ee9fab627 100644 --- a/pkg/app/attribute_test.go +++ b/pkg/app/attribute_test.go @@ -104,7 +104,7 @@ func TestToAttributeValue(t *testing.T) { out string }{ { - scenario: "spaces arround", + scenario: "spaces around", in: " \n foo \n", out: "foo", },