Skip to content

Commit

Permalink
Docs fix spelling issues (#6044)
Browse files Browse the repository at this point in the history
* Update CONTRIBUTING.md

* Update shell.md
  • Loading branch information
nnsW3 authored Oct 25, 2024
1 parent c136a26 commit 59d7d95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Please make sure your submission meets the following code style:

### Commit Messages

Commit messages should follow the rule below, we provide a template corresponding instructions.
Commit messages should follow the rule below, we provide a template with corresponding instructions.

Template:
```
Expand Down Expand Up @@ -182,7 +182,7 @@ The subject contains a succinct description of the change:
4. Do not end the subject line with a period.
5. Avoid meaningless commits. It is recommended to use the git rebase command.

Message body use the imperative, present tense: "change" not "changed" nor "changes". The body should include the motivation for the change and contrast this with previous behavior.
Message body uses the imperative, present tense: "change" not "changed" nor "changes". The body should include the motivation for the change and contrast this with previous behavior.

Here is an example:
```
Expand Down Expand Up @@ -217,7 +217,7 @@ If the purpose of this submission is to modify one issue, you need to refer to t


### Special Situations And How To Deal With Them
As a reviewer, you may find yourself in one of the sitations below. Here’s how to deal with those:
As a reviewer, you may find yourself in one of the situations below. Here’s how to deal with those:

The author doesn’t follow up: ping them after a while (i.e. after a few days). If there is no further response, close the PR or complete the work yourself.

Expand Down
2 changes: 1 addition & 1 deletion shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Get the latest released version.
sh start.sh --release --run
```

Following file structure will be generated after executed the above command and the `FullNode.jar` will be started.
Following file structure will be generated after executing the above command and the `FullNode.jar` will be started.

```
├── ...
Expand Down

0 comments on commit 59d7d95

Please sign in to comment.