From 46b17a362170103459651ac35fe7a177903e4343 Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:20:30 +0100 Subject: [PATCH] docs fix spelling issues (#3435) * Update STATE-COMPATIBILITY.md * Update DOCS_README.md --------- Co-authored-by: MSalopek --- STATE-COMPATIBILITY.md | 4 ++-- docs/DOCS_README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/STATE-COMPATIBILITY.md b/STATE-COMPATIBILITY.md index 262444f45d2..0de02962862 100644 --- a/STATE-COMPATIBILITY.md +++ b/STATE-COMPATIBILITY.md @@ -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 @@ -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. \ No newline at end of file +This is out of the developer's control but is mentioned for completeness. diff --git a/docs/DOCS_README.md b/docs/DOCS_README.md index c728bdd26dc..74894683a97 100644 --- a/docs/DOCS_README.md +++ b/docs/DOCS_README.md @@ -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