From ed7eda29ecafd865afe0e34fd0b5850a82a7db92 Mon Sep 17 00:00:00 2001 From: Debjeet Biswas Date: Tue, 26 Sep 2023 19:52:05 +0530 Subject: [PATCH] docs: improve language & formatting --- .github/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5d880cfd3..d398530dd 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -73,7 +73,7 @@ All commits landing in any branch are first linted in your local environment and ``` fix(backend): frames not ingesting - as you can see this is a really really really long line that is exceeding the allowed limit of max characters per line + this is a really really really long line that is exceeding the allowed limit of max characters per line ``` ### ✅ Good Commits @@ -103,6 +103,6 @@ All commits landing in any branch are first linted in your local environment and ``` fix(backend): frames not ingesting - as you can see this is a really really really long - line that is exceeding the allowed limit of max characters per line + this is a really really really long line that is + exceeding the allowed limit of max characters per line ``` \ No newline at end of file