Skip to content

Commit 00b327a

Browse files
authored
fix spelling errors on CONTRIBUTING.md (#2112)
* Update CONTRIBUTING.md * Revert "Update CONTRIBUTING.md" This reverts commit ef0be5d. * Update CONTRIBUTING.md
1 parent ee64ac8 commit 00b327a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
- Please avoid opening issues asking to be "assigned” to a particular algorithm. This merely creates unnecessary noise for maintainers. Instead, please submit your implementation in a pull request and it will be evaluated by project maintainers.
1010

11-
- If you are unable to find an open issue refering to the same problem, depending on the type of issue follow the appropriate steps:
11+
- If you are unable to find an open issue referring to the same problem, depending on the type of issue follow the appropriate steps:
1212

1313
#### **Do you want to contribute to the documentation?**
1414

15-
- Please read the documentation in here [Contributing to the Documentation]() ,[open a new one issue](https://github.com/TheAlgorithms/Java/issues/new), make changes and then create a pull request, it will be put under review and accepted if it is approprite.
15+
- Please read the documentation in here [Contributing to the Documentation]() ,[open a new one issue](https://github.com/TheAlgorithms/Java/issues/new), make changes and then create a pull request, it will be put under review and accepted if it is appropriate.
1616

1717
#### **Do you want to add a new feature?**
1818

1919
- [Open a new one issue](https://github.com/TheAlgorithms/Java/issues/new). Be sure to include a **title and a clear description** and a **test case** demonstrating the new feature that you want to add to the project.
2020

2121
#### **Do you want to fix a bug?**
2222

23-
- [Open a new one issue](https://github.com/TheAlgorithms/Java/issues/new).Be sure to include a **title and a clear description** and a **test case** demonstrating the expected behaviour that is not occuring.
23+
- [Open a new one issue](https://github.com/TheAlgorithms/Java/issues/new).Be sure to include a **title and a clear description** and a **test case** demonstrating the expected behaviour that is not occurring.
2424

2525
#### **Do you have questions about the source code?**
2626

0 commit comments

Comments
 (0)