From 8d609f0eff44645dff11c5ce5653de1d1b0b5a12 Mon Sep 17 00:00:00 2001 From: Bijay Regmi Date: Sun, 10 Sep 2023 11:15:31 +0200 Subject: [PATCH] fix typo in contribution manual --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 61760f150..839d4ccc1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ poetry install --all-extras ### 📌 Pre-commit -To ensure our standards, make sure to install pre-commit before star to contribute. +To ensure our standards, make sure to install pre-commit before starting to contribute. ```bash pre-commit install