diff --git a/contribute-open-source/get-to-know-repo.md b/contribute-open-source/get-to-know-repo.md
index 32ecfb4..cd479e2 100644
--- a/contribute-open-source/get-to-know-repo.md
+++ b/contribute-open-source/get-to-know-repo.md
@@ -64,7 +64,7 @@ Some repositories have specific **code and text format and workflow requirements
- The **MIT and BSD-3 licenses** permit broad use with attribution; these licenses are common in the scientific open source ecosystem.
- A **GPL license** requires derivative works to follow the same open source terms. This is what's known as a [copy-left license](https://www.pyopensci.org/python-package-guide/documentation/repository-files/license-files.html#use-open-permissive-licenses-when-possible).
-> ** Social cue:** If the project follows **consistent coding standards and has CI in place**, it likely has an **organized review process**, that is setup to accept contributions. Further, if the project uses tools such as the [pre-commit ci bot](https://www.pyopensci.org/python-package-guide/package-structure-code/code-style-linting-format.html#pre-commit-ci), code formatting and linting might be possible on GitHub within the pull request it self using CI. This means you won't need to setup a development environment to "clean up" any changes that you make in a PR.
+> ** Social cue:** If the project follows **consistent coding standards and has CI in place**, it likely has an **organized review process**, that is setup to accept contributions. Further, if the project uses tools such as the [pre-commit ci bot](https://www.pyopensci.org/python-package-guide/package-structure-code/code-style-linting-format.html#pre-commit-ci), code formatting and linting might be possible on GitHub within the pull request itself using CI. This means you won't need to setup a development environment to "clean up" any changes that you make in a PR.
### 4. Check for a Code of Conduct