diff --git a/docs/qfRoundInstruction.md b/docs/qfRoundInstruction.md
index 73998af94..1c12ac2be 100644
--- a/docs/qfRoundInstruction.md
+++ b/docs/qfRoundInstruction.md
@@ -3,11 +3,11 @@
* **Name** name of round that we show in the UI
-* **Is Active** If we want qfRound be active we should check this option. **Be careful we can just have one active qfRound, otherwise system would not work well in this state**
+* **Is Active** If we want qfRound to be active we should check this option. **Be careful we can only have one active qfRound, otherwise system would not work well in this state**
* **Allocated Fund** The amount of fund that we want to distribute in this round ( USD value)
* **Minimum Passport Score** At the end of the round we just consider donations whose donor passport score is greater than or equal to this field
* **Begin Date** Exact time of when we want to begin round
-* **End Date** Exact time of when round supposed to end **be careful of this field, because when end date passes admins can not edit round anymore**
+* **End Date** Exact time of when the round is supposed to end **be careful of this field, because when the end date passes, admins cannot edit the round anymore**
# List
@@ -18,13 +18,13 @@ Admins can see list of QF Rounds here
# Show Single QF Round
-You can see qf round detail and related projects of a qf round in this page
+You can see QF round details and related projects of a qf round in this page
# Add projects to an active QF round
## Project list
-You can select multiple project and add/remove them to existing active QF Round with these two buttons
+You can select multiple projects and add/remove them to existing active QF Round with these two buttons
**Add To Qf Round** and **Remove From Qf Round**
## Project page
diff --git a/docs/qfRoundMatchingFundCalculation.md b/docs/qfRoundMatchingFundCalculation.md
index 376b6793b..55a2840a2 100644
--- a/docs/qfRoundMatchingFundCalculation.md
+++ b/docs/qfRoundMatchingFundCalculation.md
@@ -1,7 +1,7 @@
# how our Actual matching fund is calculated
## Formula
-We use Gitcoin formula you can see the detail https://qf.gitcoin.co/?grant=1,2,3&grant=4,5,6&grant=12,1&grant=8&match=1000
+We use Gitcoin formula you can see the details https://qf.gitcoin.co/?grant=1,2,3&grant=4,5,6&grant=12,1&grant=8&match=1000
and play it with different amounts to see what happens
## Edge Cases
@@ -31,7 +31,7 @@ whether they have donations or not. If they have no donations, the amount will b
* Ensures pending and failed donation statuses are **excluded** from both pre-analysis and post-analysis totals
## Estimated Matching
-Estimated Matching is like actual matching except we **dont ignore** donations in these cases :
+Estimated Matching is like actual matching except we **don't ignore** donations in these cases :
* donations from recipients of verified projects
* donations from users with low passport scores
* donations from sybil users