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!