From f6521d918a11b6eae31c3fe24402688019e7b21a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Freitas?= Date: Sun, 18 Dec 2022 11:50:15 +0000 Subject: [PATCH] tagliatelle: usage typo --- .golangci.reference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.reference.yml b/.golangci.reference.yml index be1834111c28..f90bec2491e2 100644 --- a/.golangci.reference.yml +++ b/.golangci.reference.yml @@ -1671,7 +1671,7 @@ linters-settings: http-status-code-whitelist: [ "200", "400", "404", "500" ] tagliatelle: - # Check the struck tag name case. + # Check the struct tag name case. case: # Use the struct field name to check the name of the struct tag. # Default: false