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 !.