Skip to content

Commit

Permalink
fix: Grammatical error & typo in CONTRIBUTING.md (#2072)
Browse files Browse the repository at this point in the history
* Update README.md

* Update CONTRIBUTING.md
  • Loading branch information
debajoti authored Oct 31, 2023
1 parent 6ef86c2 commit 758d684
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand All @@ -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!

0 comments on commit 758d684

Please sign in to comment.