Skip to content

Commit

Permalink
Merge pull request #505 from Sriparno08/fix-typo
Browse files Browse the repository at this point in the history
Fix Typo in CONTRIBUTING.md
  • Loading branch information
ighoshsubho authored Aug 10, 2023
2 parents ca185ea + 046cb12 commit 7106960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def simple_interest_rate(request: SimpleInterestRateRequest):
return simple_interest_rate_task(request.amount_paid, request.principle_amount, request.months)
```

+Also add your funtion in `ENDPOINTS.md`.
+Also add your function in `ENDPOINTS.md`.
```
**POST** `/simple_interest_rate`
Expand Down

0 comments on commit 7106960

Please sign in to comment.