From 4e6384a33455d960a1c978ba33b9aee51b2a99e6 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Thu, 28 Nov 2024 20:26:21 +0100 Subject: [PATCH] docs: fix typos --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 336283d..f343387 100644 --- a/readme.md +++ b/readme.md @@ -118,7 +118,7 @@ linters-settings: case: # Define the association between tag name and case. # Any struct tag name can be used. - # Support string cases: + # Supported string cases: # - `camel` # - `pascal` # - `kebab` @@ -154,7 +154,7 @@ linters-settings: # Default: [] overrides: - - # The package path. (uses `/` only as separator) + # The package path (uses `/` only as a separator). # Required pkg: foo/bar # Default: empty or the same as the default/root configuration. @@ -168,7 +168,7 @@ linters-settings: ignored-fields: - Bar - Foo - # Ignore the package (it takes the precedence over all other configuration). + # Ignore the package (takes precedence over all other configurations). # Default: false ignore: true ```