From a2ed11f40da7dea5815c43339ab3936daf340b9c Mon Sep 17 00:00:00 2001 From: Will Date: Thu, 18 Jul 2024 10:11:08 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d139508..f6f014e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ The development environment is set up using Docker. To build the project, run th Please ensure that your changes pass all existing tests and, if applicable, add new tests to cover your changes. ```bash -./dev/docker/bin/test.sh # append the test module path to test one module or test +./dev/docker/bin/test.sh # append the test module path to test one module or test method ``` ### Documentation @@ -55,4 +55,4 @@ If you are ok to do it and you feel the feature you introduce or change requires ./docs/docker/bin/run-dev.sh ``` -Thank you for contributing! \ No newline at end of file +Thank you for contributing!