Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #3475

Merged
merged 4 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codegen-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/registry-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion samples/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading