diff --git a/codegen-v2/README.md b/codegen-v2/README.md index 11490caee31..33e018ac407 100644 --- a/codegen-v2/README.md +++ b/codegen-v2/README.md @@ -2,7 +2,7 @@ This is a _work-in-progress_ parser meant to deprecate the existing Ruby parser in `codegen/`. As of now, we only support Swift binding generation. This project -will progess over multiple stages (PRs). +will progress over multiple stages (PRs). ## Execution diff --git a/docs/registry-fields.md b/docs/registry-fields.md index e1c7098e332..ff6b0e539e6 100644 --- a/docs/registry-fields.md +++ b/docs/registry-fields.md @@ -189,7 +189,7 @@ Link to the default implementation of the node or RPC gateway that can be used b Optional URL to an available public RPC service. **`info/documentation`** -Main porject documentation site/subsite. +Main project documentation site/subsite. **`deprecated`** If set to `true`, the project is considered deprecated: its info is kept here, but it will not be supported. diff --git a/samples/cpp/README.md b/samples/cpp/README.md index de231205a0f..5998b7c59d7 100644 --- a/samples/cpp/README.md +++ b/samples/cpp/README.md @@ -2,7 +2,7 @@ ## Overview -This repository contains a simple but complete **C++** sample application, for demostrating usage of the +This repository contains a simple but complete **C++** sample application, for demonstrating usage of the [Wallet Core](https://github.com/trustwallet/wallet-core) library (part of [Trust Wallet](https://trustwallet.com)). ## DISCLAIMER