docs: fix typos in various documentation files (#22722)

Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Dmytrol
2024-12-03 09:10:51 +00:00
committed by GitHub
co-authored by Julien Robert coderabbitai[bot]
parent 4d1adcf955
commit 78c8057a18
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ mechanism. If those tokens are unbonded then the dCERT member must be
automatically kicked from the group.
Slashing of a particular dCERT member due to soft-contract breach should be
performed by governance on a per member basis based on the magnitude of the
performed by governance on a per-member basis based on the magnitude of the
breach. The process flow is anticipated to be that a dCERT member is suspended
by the dCERT group prior to being slashed by governance.
@@ -154,7 +154,7 @@ func (foo *FooMsgServer) Bar(ctx context.Context, req *MsgBarRequest) (*MsgBarRe
}
```
This design is also intended to be extensible to cover use cases of more fine grained permissioning like minting by
This design is also intended to be extensible to cover use cases of more fine-grained permissioning like minting by
denom prefix being restricted to certain modules (as discussed in
[#7459](https://github.com/cosmos/cosmos-sdk/pull/7459#discussion_r529545528)).
@@ -116,7 +116,7 @@ type ExtensionPayloadReader = func() ([]byte, error)
type ExtensionPayloadWriter = func([]byte) error
// ExtensionSnapshotter is an extension Snapshotter that is appended to the snapshot stream.
// ExtensionSnapshotter has an unique name and manages it's own internal formats.
// ExtensionSnapshotter has a unique name and manages it's own internal formats.
type ExtensionSnapshotter interface {
// SnapshotName returns the name of snapshotter, it should be unique in the manager.
SnapshotName() string