From 0ac64e1ad0ef5648d617f2f8229f35638adaa150 Mon Sep 17 00:00:00 2001 From: Andrew Solokhin Date: Sat, 15 Nov 2025 14:14:56 +0200 Subject: [PATCH] docs: fix minor grammar --- contracts/ibc-reflect-send/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/ibc-reflect-send/README.md b/contracts/ibc-reflect-send/README.md index fda775d75b..e46d40484f 100644 --- a/contracts/ibc-reflect-send/README.md +++ b/contracts/ibc-reflect-send/README.md @@ -2,7 +2,7 @@ This is a simple contract to demonstrate using contracts using IBC messages. The first case we build is to simulate the `reflect` contract on another chain. That -is, you can send a message over IBC to the reflect contract and it will +is, you can send a message over IBC to the `reflect` contract, and it will "reflect" that message on the remote chain as if it sent it. This is inspired by