From d03a7068d017ac7f78e70beb25a481a8554054ab Mon Sep 17 00:00:00 2001 From: Orlando Lopez <73918523+OrlandoLopez1@users.noreply.github.com> Date: Wed, 2 Feb 2022 08:33:15 -0500 Subject: [PATCH] chore: fix spelling typos in the `README.md` file (#1932) Co-authored-by: David Leal --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09434e085..90786929c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ Being a contributor at The Algorithms, we request you to follow the points menti **New implementation** New implementations are welcome! -You can add new algorithms or data structures which are **not present in the repository** or that can **improve** the old implementations (**documentation**, **improving test cases**, removing bugs or in any other resonable sense) +You can add new algorithms or data structures which are **not present in the repository** or that can **improve** the old implementations (**documentation**, **improving test cases**, removing bugs or in any other reasonable sense) **Issues** 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. @@ -208,7 +208,7 @@ clang-tidy --fix --quiet -p build subfolder/file_to_check.cpp -- #### Code Formatter -[`__clang-format__`](https://clang.llvm.org/docs/ClangFormat.html) is used for code forrmating. +[`__clang-format__`](https://clang.llvm.org/docs/ClangFormat.html) is used for code formatting. - Installation (only needs to be installed once.) - Mac (using home-brew): `brew install clang-format`