From ecc6a0a912a3af5cd71e979ddf0fc38637944f9a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:30:05 -0400 Subject: [PATCH] Fix `include-hidden-files` documentation grammar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ae9599..90dda65 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,9 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md). # Optional. Default is 'false' overwrite: - # Whether to include hidden files in the provided path in the artifact + # Whether to include hidden files in the provided path in the artifact. # The file contents of any hidden files in the path should be validated before - # enabled this to avoid uploading sensitive information. + # enabling this to avoid uploading sensitive information. # Optional. Default is 'false' include-hidden-files: ```