Skip to content

Commit 3fd903b

Browse files
committed
minor update
1 parent 14108be commit 3fd903b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This page is meant to help you learn how you can contribute to pyQuARC! We are p
2727

2828
3. **Directly Contribute to PyQuARC Content:** for when you want to directly edit the code to add checks or new features.
2929
* Fork the respository
30-
* To edit the code you will need to first create your own 'fork' of the repository. A fork is a new repository that shares code and visibilty settings with the original repository, and allows you to create your own edits. Read more about Forks [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
30+
* To edit the code you will need to first create your own 'fork' of the repository. A fork is a new repository that shares code and visibilty settings with the original repository, and allows you to create your own edits. Read more about Forks [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo).
3131
* To create your own fork of pyQuARC, return to the [**Code**](https://github.com/NASA-IMPACT/pyQuARC) tab of the pyQuARC GitHub.
3232
* On the top right of the page select the **Fork** tab.
3333
* Under the "Owner" dropdown menu select yourself as the owner of the new forked repository.
@@ -39,7 +39,7 @@ This page is meant to help you learn how you can contribute to pyQuARC! We are p
3939
* Clone your fork locally
4040
* Now we will store the files locally on your computer so you will be able to edit the code. Click the green dropdown button labeled **<> Code**.
4141
* Under the **HTTPS** tab, copy the link to the repository.
42-
* Open a python terminal in your preferred coding location.
42+
* Open a Python terminal in your preferred coding location.
4343
* Change your working directory to wherever you want your cloned pyQuARC repository to be stored.
4444
* Type '__git clone__' and then paste the URL you copied a few steps above.
4545
* Press **Enter** and your local clone of pyQuARC will be created! You can now explore all of the files on your local computer.

0 commit comments

Comments
 (0)