Skip to content

Commit 4301c0d

Browse files
authored
Merge pull request #90 from fishmandev/patch-1
Fix typos in CONTRIBUTING.md
2 parents 9cb68ca + 1a131bf commit 4301c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎CONTRIBUTING.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Our aim is to **keep it simple** for the developers to contribute to this projec
3838

3939
7. Get a screenshot of your finished work! (if there are any UI changes) Try to crop it so that it looks good as a smallish (preferably squarish) image.
4040

41-
8. Pull from the upstream again before you commit your changes, like you did in step 3. This is to ensure your still have the latest code.
41+
8. Pull from the upstream again before you commit your changes, like you did in step 3. This is to ensure you still have the latest code.
4242

4343
9. If you see a error like
4444

@@ -99,7 +99,7 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu
9999

100100
1. Fork the repo and create your branch from `main`.
101101
2. If you've added code that should be tested, add tests.
102-
3. If your change needs an explaination to the user, update the documentation.
102+
3. If your change needs an explanation to the user, update the documentation.
103103
4. Ensure the test suite passes.
104104
5. Make sure your code lints.
105105
6. Issue that pull request!

0 commit comments

Comments
(0)