From 88a7637dbab303dcf70f0789b34f0b1aa054fd44 Mon Sep 17 00:00:00 2001 From: Bijay Regmi Date: Tue, 12 Sep 2023 11:30:15 +0200 Subject: [PATCH] chore: typo in contribution manual (#546) --- 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