Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct spelling and grammar #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/git_rtd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ and now tell git that this file is prepared to be upgraded::

``-m`` switch is for message and string ``"testing file"`` is the message which just gives some info about this ``commit``.

Now we will send this changes to remote repository on GitHub. It's pretty easy::
Now we will send this change to remote repository on GitHub. It's pretty easy::

git push

Expand All @@ -69,7 +69,7 @@ If this work, we can set connection without necessity typing our credentials eve
Setting up SSH
--------------

For some reasons it's not really straigth forward to set up this.
For some reasons it's not really straight forward to set up this.

First you have to go on GitHub website and go to **Account settings**. Navigate to **SSH Keys** and click on **SSH Key**.

Expand Down