From 3759c4d07a484df3b07c868c1b5b81990a9d8519 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Wed, 7 Apr 2021 08:33:11 -0400 Subject: [PATCH] build: fix small typo in deployment_scrips/README.md Co-authored-by: Shreya Malviya --- deployment_scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment_scripts/README.md b/deployment_scripts/README.md index eaa973ff5..ff767b33b 100644 --- a/deployment_scripts/README.md +++ b/deployment_scripts/README.md @@ -73,7 +73,7 @@ commit. If your commit does not pass all checks, it will be reformatted and/or you'll be given a list of errors and warnings that need to be fixed before you can commit. -Our CI system runs the same checks when when pull requests are submitted. This +Our CI system runs the same checks when pull requests are submitted. This system may report that the build has failed if the pre-commit hooks have not been run or all issues have not been resolved.