Skip to content

Commit 59d7d95

Browse files
authored
Docs fix spelling issues (#6044)
* Update CONTRIBUTING.md * Update shell.md
1 parent c136a26 commit 59d7d95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Please make sure your submission meets the following code style:
151151
152152
### Commit Messages
153153
154-
Commit messages should follow the rule below, we provide a template corresponding instructions.
154+
Commit messages should follow the rule below, we provide a template with corresponding instructions.
155155
156156
Template:
157157
```
@@ -182,7 +182,7 @@ The subject contains a succinct description of the change:
182182
4. Do not end the subject line with a period.
183183
5. Avoid meaningless commits. It is recommended to use the git rebase command.
184184
185-
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.
185+
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.
186186
187187
Here is an example:
188188
```
@@ -217,7 +217,7 @@ If the purpose of this submission is to modify one issue, you need to refer to t
217217
218218
219219
### Special Situations And How To Deal With Them
220-
As a reviewer, you may find yourself in one of the sitations below. Here’s how to deal with those:
220+
As a reviewer, you may find yourself in one of the situations below. Here’s how to deal with those:
221221
222222
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.
223223

shell.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Get the latest released version.
162162
sh start.sh --release --run
163163
```
164164

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

167167
```
168168
├── ...

0 commit comments

Comments
 (0)