Skip to content

Commit

Permalink
docs fix spelling issues (#3435)
Browse files Browse the repository at this point in the history
* Update STATE-COMPATIBILITY.md

* Update DOCS_README.md

---------

Co-authored-by: MSalopek <[email protected]>
  • Loading branch information
Guayaba221 and MSalopek authored Dec 9, 2024
1 parent a192ee3 commit 46b17a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions STATE-COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func someInternalMethod(ctx sdk.Context) {
- It will run out of gas with `gasUsed = 2100` where 2100 is getting merkelized
into the tx results.

Therefore, we introduced a state-incompatibility by merklezing diverging gas
Therefore, we introduced a state-incompatibility by merkelizing diverging gas
usage.

## Secondary Limitations To Keep In Mind
Expand Down Expand Up @@ -208,4 +208,4 @@ to predict when the multi-threaded state can be updated.

### Hardware Errors

This is out of the developer's control but is mentioned for completeness.
This is out of the developer's control but is mentioned for completeness.
2 changes: 1 addition & 1 deletion docs/DOCS_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ After building the docs website you can start it with `npm run serve`.
2. Edit API docs
1. Directly Edit API docs manually: `cmd/gaiad/swagger-ui/swagger.yaml`.
2. Edit API docs within the [Swagger Editor](https://editor.swagger.io/). Please refer to this [document](https://swagger.io/docs/specification/2-0/basic-structure/) for the correct structure in `.yaml`.
3. Download `swagger.yaml` and replace the old `swagger.yaml` under fold `cmd/gaiad/swagger-ui`.
3. Download `swagger.yaml` and replace the old `swagger.yaml` under folder `cmd/gaiad/swagger-ui`.
4. Compile gaiad

```bash
Expand Down

0 comments on commit 46b17a3

Please sign in to comment.