Skip to content

Commit c99de46

Browse files
chore: update documentation from cosmos-sdk/docs (#265)
chore: Sync docs from cosmos-sdk/docs Co-authored-by: tac0turtle <[email protected]>
1 parent 88f52c8 commit c99de46

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/user/run-node/04-rosetta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ An implementation example can be found in `simapp` package.
5454

5555
To run Rosetta in your application CLI, use the following command:
5656

57-
> **Note:** if using the native approach, add your node name before any rosetta comand.
57+
> **Note:** if using the native approach, add your node name before any rosetta command.
5858
5959
```shell
6060
rosetta --help
@@ -74,7 +74,7 @@ rosetta
7474

7575
## Plugins - Multi chain connections
7676

77-
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily trough plugins.
77+
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily through plugins.
7878

7979
To use Rosetta over any chain, it is required to set up prefixes and registering zone specific interfaces through plugins.
8080

versioned_docs/version-0.50/user/run-node/04-rosetta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ An implementation example can be found in `simapp` package.
5454

5555
To run Rosetta in your application CLI, use the following command:
5656

57-
> **Note:** if using the native approach, add your node name before any rosetta comand.
57+
> **Note:** if using the native approach, add your node name before any rosetta command.
5858
5959
```shell
6060
rosetta --help
@@ -74,7 +74,7 @@ rosetta
7474

7575
## Plugins - Multi chain connections
7676

77-
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily trough plugins.
77+
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily through plugins.
7878

7979
To use Rosetta over any chain, it is required to set up prefixes and registering zone specific interfaces through plugins.
8080

versioned_docs/version-0.52/user/run-node/04-rosetta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ An implementation example can be found in `simapp` package.
5454

5555
To run Rosetta in your application CLI, use the following command:
5656

57-
> **Note:** if using the native approach, add your node name before any rosetta comand.
57+
> **Note:** if using the native approach, add your node name before any rosetta command.
5858
5959
```shell
6060
rosetta --help
@@ -74,7 +74,7 @@ rosetta
7474

7575
## Plugins - Multi chain connections
7676

77-
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily trough plugins.
77+
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily through plugins.
7878

7979
To use Rosetta over any chain, it is required to set up prefixes and registering zone specific interfaces through plugins.
8080

0 commit comments

Comments
 (0)