From 00b327a2fbf5956f4a0fbf946ea4706324169512 Mon Sep 17 00:00:00 2001 From: Luke Weller <33352024+myselfweller@users.noreply.github.com> Date: Thu, 25 Feb 2021 16:59:19 +0000 Subject: [PATCH] fix spelling errors on CONTRIBUTING.md (#2112) * Update CONTRIBUTING.md * Revert "Update CONTRIBUTING.md" This reverts commit ef0be5d77ebe74bf2dc47fa07bfe5fb92ac2d014. * Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2bcbf507..072372d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,11 +8,11 @@ - 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. -- If you are unable to find an open issue refering to the same problem, depending on the type of issue follow the appropriate steps: +- If you are unable to find an open issue referring to the same problem, depending on the type of issue follow the appropriate steps: #### **Do you want to contribute to the documentation?** -- 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. +- 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. #### **Do you want to add a new feature?** @@ -20,7 +20,7 @@ #### **Do you want to fix a bug?** -- [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. +- [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. #### **Do you have questions about the source code?**