Skip to content

Correct minor grammar mistakes #2416

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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 contracts/ibc-reflect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ point), it will create a new `reflect` contract instance. The reflect `code_id`
must be set when initializing the factory. This `reflect` contract address will
be saved and connected to the channel.

Once the channel is fully established and the reflect contract instantiated it
Once the channel is fully established and the reflected contract instantiated it
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be rather ibc-reflect contract - reflect in this context is a name.

will expect a `RunTx` message, which contains `Vec<CosmosMsg>`. When this
message is received, it will execute it on the `reflect` contract, performing
the requested action on behalf of the remote user.
Expand Down
6 changes: 3 additions & 3 deletions contracts/reflect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cargo generate --git https://github.com/confio/cosmwasm-template.git --name YOUR
```

You will now have a new folder called `YOUR_NAME_HERE` (I hope you changed that
to something else) containing a simple working contract and build system that
to something else) containing a simple working contract and build a system that
you can customize.

## Create a Repo
Expand Down Expand Up @@ -72,5 +72,5 @@ And [Importing](./Importing.md) contains information about pulling in other
contracts or crates that have been published.

Please replace this README file with information about your specific project.
You can keep the `Developing.md` and `Publishing.md` files as useful referenced,
but please set some proper description in the README.
You can keep the `Developing.md` and `Publishing.md` files as useful references,
but please set some proper descriptions in the README.
Loading