From 829ee4751d0af235c9bbf2640a3fdad2c7918cc4 Mon Sep 17 00:00:00 2001 From: shuoer86 <129674997+shuoer86@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:32:12 +0800 Subject: [PATCH] Fix typos (#3475) Co-authored-by: satoshiotomakan <127754187+satoshiotomakan@users.noreply.github.com> --- codegen-v2/README.md | 2 +- docs/registry-fields.md | 2 +- samples/cpp/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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