Skip to content

Commit

Permalink
chore: update documentation from cosmos-sdk/docs (#233)
Browse files Browse the repository at this point in the history
chore: Sync docs from cosmos-sdk/docs

Co-authored-by: tac0turtle <24299864+tac0turtle@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and tac0turtle authored Dec 3, 2024
1 parent f37cbac commit 4c72dab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/build/architecture/adr-008-dCERT-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)).

Expand Down
2 changes: 1 addition & 1 deletion docs/build/architecture/adr-049-state-sync-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c72dab

Please sign in to comment.