Skip to content

Commit 78c8057

Browse files
Dimitrolitojulienrbrtcoderabbitai[bot]
authored
docs: fix typos in various documentation files (#22722)
Co-authored-by: Julien Robert <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 4d1adcf commit 78c8057

6 files changed

+8
-8
lines changed

CODING_GUIDELINES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Desired outcomes:
148148

149149
As a developer, you must help the QA team by providing instructions for User Experience (UX) and functional testing.
150150

151-
### QA Team to cross check Acceptance Tests
151+
### QA Team to cross-check Acceptance Tests
152152

153153
Once the AT are defined, the QA team will have an overview of the behavior a user can expect and:
154154

RELEASE_PROCESS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ v1.0.0-beta1 → v1.0.0-beta2 → ... → v1.0.0-rc1 → v1.0.0-rc2 → ... →
2727
* All links must point to their respective pull request.
2828
* The `CHANGELOG.md` must contain only the changes of that specific released version. All other changelog entries must be deleted and linked to the `main` branch changelog ([example](https://github.com/cosmos/cosmos-sdk/blob/release/v0.46.x/CHANGELOG.md#previous-versions)).
2929
* Create release notes, in `RELEASE_NOTES.md`, highlighting the new features and changes in the version. This is needed so the bot knows which entries to add to the release page on GitHub.
30-
* Additionally verify that the `UPGRADING.md` file is up to date and contains all the necessary information for upgrading to the new version.
30+
* Additionally verify that the `UPGRADING.md` file is up-to-date and contains all the necessary information for upgrading to the new version.
3131
* Remove GitHub workflows that should not be in the release branch
3232
* `test.yml`: All standalone go module tests should be removed (expect `./simapp`, and `./tests`, SDK and modules tests).
3333
* These packages are tracked and tested directly on main.
@@ -57,7 +57,7 @@ A _patch release_ is an increment of the patch number (eg: `v1.2.0` → `v1.2.1`
5757

5858
**Patch release must not break API nor consensus.**
5959

60-
Updates to the release branch should come from `main` by backporting PRs (usually done by automatic cherry pick followed by a PRs to the release branch). The backports must be marked using `backport/Y` label in PR for main.
60+
Updates to the release branch should come from `main` by backporting PRs (usually done by automatic cherry-pick followed by PRs to the release branch). The backports must be marked using `backport/Y` label in PR for main.
6161
It is the PR author's responsibility to fix merge conflicts, update changelog entries, and
6262
ensure CI passes. If a PR originates from an external contributor, a core team member assumes
6363
responsibility to perform this process instead of the original author.

ROADMAP.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Issue: https://github.com/cosmos/iavl/issues/548
145145

146146
* Toolkit/SDK ADR.
147147
* Objective:
148-
* Produce a RFC/ADR on how to make core composable
148+
* Produce an RFC/ADR on how to make core composable
149149
* Merge RFC/ADR into main
150150
* Progress:
151151
* on pause until abci 2.0 integration is completed
@@ -267,4 +267,4 @@ Issue: https://github.com/cosmos/iavl/issues/548
267267

268268

269269

270-
This document will be updated at the end of the quarter on what was achieved and what was not. Shortly before the quarter concludes a new section will be added for the next quarter. We are working on updating the complete one year roadmap and will be posting it here as well.
270+
This document will be updated at the end of the quarter on what was achieved and what was not. Shortly before the quarter concludes a new section will be added for the next quarter. We are working on updating the complete one-year roadmap and will be posting it here as well.

docs/architecture/adr-008-dCERT-group.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ mechanism. If those tokens are unbonded then the dCERT member must be
101101
automatically kicked from the group.
102102

103103
Slashing of a particular dCERT member due to soft-contract breach should be
104-
performed by governance on a per member basis based on the magnitude of the
104+
performed by governance on a per-member basis based on the magnitude of the
105105
breach. The process flow is anticipated to be that a dCERT member is suspended
106106
by the dCERT group prior to being slashed by governance.
107107

docs/architecture/adr-033-protobuf-inter-module-comm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func (foo *FooMsgServer) Bar(ctx context.Context, req *MsgBarRequest) (*MsgBarRe
154154
}
155155
```
156156

157-
This design is also intended to be extensible to cover use cases of more fine grained permissioning like minting by
157+
This design is also intended to be extensible to cover use cases of more fine-grained permissioning like minting by
158158
denom prefix being restricted to certain modules (as discussed in
159159
[#7459](https://github.com/cosmos/cosmos-sdk/pull/7459#discussion_r529545528)).
160160

docs/architecture/adr-049-state-sync-hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ type ExtensionPayloadReader = func() ([]byte, error)
116116
type ExtensionPayloadWriter = func([]byte) error
117117

118118
// ExtensionSnapshotter is an extension Snapshotter that is appended to the snapshot stream.
119-
// ExtensionSnapshotter has an unique name and manages it's own internal formats.
119+
// ExtensionSnapshotter has a unique name and manages it's own internal formats.
120120
type ExtensionSnapshotter interface {
121121
// SnapshotName returns the name of snapshotter, it should be unique in the manager.
122122
SnapshotName() string

0 commit comments

Comments
 (0)