From 1f64ff8859345c491bdb65b5e38b3cccd4f027cd Mon Sep 17 00:00:00 2001 From: Brawn Date: Sat, 25 Jan 2025 22:54:55 +0300 Subject: [PATCH] fix: Fix typo: Replace "you" with "your" Update cw-orch.md --- guides/cw-orch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/cw-orch.md b/guides/cw-orch.md index a50d67547..b12656833 100644 --- a/guides/cw-orch.md +++ b/guides/cw-orch.md @@ -5,7 +5,7 @@ cw-orchestrator is the most advanced scripting, testing, and deployment framework for CosmWasm smart-contracts. It makes it easy to write cross-environment compatible code for [cw-multi-test](https://github.com/CosmWasm/cw-multi-test), [Test Tube](https://github.com/osmosis-labs/test-tube), [Starship](https://github.com/cosmology-tech/starship) (alpha), and live networks, significantly reducing code duplication and test-writing time. -Get ready to change the way you interact with contracts and simplify you smart-contracts journey. The following steps will allow you to integrate `cw-orch` and write clean code such as: +Get ready to change the way you interact with contracts and simplify your smart-contracts journey. The following steps will allow you to integrate `cw-orch` and write clean code such as: ```rust counter.upload()?; @@ -248,4 +248,4 @@ You can find more example interactions on the `counter-contract` example directl - Some examples showcase interacting with live chains. - Some other examples show how to use the library for testing your contracts. -> **FINAL ADVICE**: Learn more and explore our full `cw-orch` documentation !. \ No newline at end of file +> **FINAL ADVICE**: Learn more and explore our full `cw-orch` documentation !.