From 92a60f775f46b1acf1507ff4504f81f46998143f Mon Sep 17 00:00:00 2001 From: Ayush Kumar Bhadani Date: Thu, 11 May 2023 10:59:19 +0530 Subject: [PATCH] chore: fixed the error sentence in the contribution guideline doc (#23036) --- contributions/CodeContributionsGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributions/CodeContributionsGuidelines.md b/contributions/CodeContributionsGuidelines.md index ca51c9c2d7..267f1aaa39 100644 --- a/contributions/CodeContributionsGuidelines.md +++ b/contributions/CodeContributionsGuidelines.md @@ -31,7 +31,7 @@ We use [Github Flow](https://guides.github.com/introduction/flow/index.html), so 3. [Windows](https://github.com/awslabs/git-secrets#windows) 2. Register the secrets with git-secrets 1. `git secrets --register-aws` - 2. This is very important step as it the registers the regex to be scanned by the git-secrets. + 2. This is very important step as it registers the regex to be scanned by the git-secrets. 3. Verify the secrets are registered 1. `git secrets --list` 4. Refer to [this repo](https://github.com/awslabs/git-secrets) for more information.