From 758d6844f4a1f4184f0daca6fa4675fb96731912 Mon Sep 17 00:00:00 2001 From: Debajoti Chakraborty <132689129+debajoti@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:30:46 +0530 Subject: [PATCH] fix: Grammatical error & typo in CONTRIBUTING.md (#2072) * Update README.md * Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index feb7761484..b041122863 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ For an extensive guide on the different ways to contribute to Reflex see our [Co ## Running a Local Build of Reflex -Here is a quick guide to how the run Reflex repo locally so you can start contributing to the project. +Here is a quick guide on how to run Reflex repo locally so you can start contributing to the project. **Prerequisites:** - Python >= 3.8 @@ -64,12 +64,12 @@ Within the 'test' directory of Reflex you can add to a test file already there o What to unit test? - Any feature or significant change that has been added. - Any edge cases or potential problem areas. - -Any interactions between different parts of the code. +- Any interactions between different parts of the code. ## ✅ Making a PR -Once you solve a current issue or improvement to Reflex, you can make a pr, and we will review the changes. +Once you solve a current issue or improvement to Reflex, you can make a PR, and we will review the changes. Before submitting, a pull request, ensure the following steps are taken and test passing. @@ -95,4 +95,4 @@ Note that pre-commit will only be installed when you use a Python version >= 3.8 pre-commit install ``` -That's it you can now submit your pr. Thanks for contributing to Reflex! +That's it you can now submit your PR. Thanks for contributing to Reflex!