Skip to content

Commit

Permalink
Fix spelling and grammatical errors in documentation
Browse files Browse the repository at this point in the history
- Corrected "Pre requisites" to "Prerequisites".
- Changed "It is
  • Loading branch information
sergeypanin1994 committed Jan 21, 2025
1 parent 8693ee1 commit 8a6ff0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ func newApp(logger log.Logger, db corestore.KVStoreWithBatch, traceStore io.Writ
```

Note, some of the options provided are exposed via CLI flags in the start command
and some are also allowed to be set in the application's `app.toml`. It is recommend
and some are also allowed to be set in the application's `app.toml`. It is recommended
to use the `cast` package for type safety guarantees and due to the limitations of
CLI flag types.
2 changes: 1 addition & 1 deletion store/streaming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This package contains an extensible plugin system for the Cosmos-SDK. The plugin

Although the `go-plugin` is built to work over RPC, it is currently only designed to work over a local network.

## Pre requisites
## Prerequisites

For an overview of supported features by the `go-plugin` system, please see https://github.com/hashicorp/go-plugin. The `go-plugin` documentation is located [here](https://github.com/hashicorp/go-plugin/tree/master/docs). You can also directly visit any of the links below:

Expand Down
4 changes: 2 additions & 2 deletions x/authz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ granting arbitrary privileges from one account (the granter) to another account

### Authorization and Grant

The `x/authz` module defines interfaces and messages grant authorizations to perform actions
The x/authz module defines interfaces and messages that grant authorizations to perform actions
on behalf of one account to other accounts. The design is defined in the [ADR 030](https://github.com/cosmos/cosmos-sdk/blob/main/docs/architecture/adr-030-authz-module.md).

A *grant* is an allowance to execute a Msg by the grantee on behalf of the granter.
Expand All @@ -48,7 +48,7 @@ https://github.com/cosmos/cosmos-sdk/blob/v0.52.0-beta.1/x/authz/authorizations.

### Built-in Authorizations

The Cosmos SDK `x/authz` module comes with following authorization types:
The Cosmos SDK x/authz module comes with the following authorization types:

#### GenericAuthorization

Expand Down

0 comments on commit 8a6ff0e

Please sign in to comment.