From b3c02e3532b973a77bf6a30b48d07d34687674d8 Mon Sep 17 00:00:00 2001 From: Vini murafa <06.poems_races@icloud.com> Date: Thu, 16 Jan 2025 22:29:41 +0100 Subject: [PATCH] Typo fix CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3ee498..bbf9669 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ We recommend continuously running your code through `pylint` and `mypy` during t ### Installation -1. Install [black](https://pypi.org/project/black/) and [isort](https://pycqa.github.io/isort/) for code formating +1. Install [black](https://pypi.org/project/black/) and [isort](https://pycqa.github.io/isort/) for code formatting ```bash pip3 install black && isort ``` @@ -56,4 +56,4 @@ poetry run mypy We use [GitHub issues](https://github.com/NillionNetwork/nada-dsl/issues/new/choose) to report bugs and typos, or to suggest new ideas. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue. ## License -By contributing to `nada-dsl`, you agree that your contributions will be licensed under the [LICENSE](./LICENSE) file in the root directory of this source tree. \ No newline at end of file +By contributing to `nada-dsl`, you agree that your contributions will be licensed under the [LICENSE](./LICENSE) file in the root directory of this source tree.