From 02bade46443d51634e80da4d387f899edb44694c Mon Sep 17 00:00:00 2001 From: maruiyan Date: Fri, 28 May 2021 11:48:29 +0800 Subject: [PATCH] Fix a grammar error in doc --- test/cmd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cmd/README.md b/test/cmd/README.md index 0f9867473b1..b0ff75c219c 100644 --- a/test/cmd/README.md +++ b/test/cmd/README.md @@ -15,7 +15,7 @@ tests will not try and validate any required resources are available on the serv ## Adding Tests -Test functions need to have the format `run_*_test` so they can executed individually. Once a test has been added, insert a section in `legacy-script.sh` like +Test functions need to have the format `run_*_test` so they can be executed individually. Once a test has been added, insert a section in `legacy-script.sh` like ```bash ######################