Skip to content

Commit

Permalink
Fix spelling mistakes in the Github Contributions page
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Gupta <ngupta@symbridge.com>
(cherry picked from commit d9e850d)
  • Loading branch information
nikhil550 authored and mergify[bot] committed Jun 14, 2021
1 parent ccecf10 commit 3a69034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/github/github.rst
Expand Up @@ -154,7 +154,7 @@ Perform the following steps to commit and push your code to your forked reposito
.. note::

Hyperledger requires that commits be signed by the commiter.
Hyperledger requires that commits be signed by the committer.
When issuing the `commit` command, specify the `-s` flag to
automatically add your signature to your commit.

Expand Down Expand Up @@ -196,7 +196,7 @@ repository from which you created your fork and begin the code review process.
- You can now choose one of two options for creating your pull request.
In the green `Create Pull Request` box select the down-arrow to the right of it.
- You can choose the first option to open your pull request as-is.
This will automatically assign the repostiories maintainers as reviewers for
This will automatically assign the repositories maintainers as reviewers for
your pull request.
- You can choose the second option to open your pull request as a draft.
Opening your pull request as a draft will not assign any reviewers, but will
Expand All @@ -208,7 +208,7 @@ by navigating to the `Checks` tab of the pull request.

.. warning::

If you bypass the perscribed pull request process and generate a pull request
If you bypass the prescribed pull request process and generate a pull request
from an edit you made using GitHub's editor UI, you must manually add your
signature to the commit message when the commit is generated in the UI.

Expand Down

0 comments on commit 3a69034

Please sign in to comment.