diff --git a/docs/quickstart.md b/docs/quickstart.md
index d3e641b0ba..c072537004 100644
--- a/docs/quickstart.md
+++ b/docs/quickstart.md
@@ -283,7 +283,7 @@ This copies the fetchai/echo:0.19.0
skill code containing the "beha
Just like humans, AEAs can have _skills_ to achieve their tasks. As an agent developer, you can create skills to add to your own AEAs. You can also choose to publish your skills so others add them to their AEAs. More details on skills can be found on this page .
-The above agent has an echo skill, fetched from the registry, which simply echoes any messages it receives back to its sender.
+The above agent has an echo skill, fetched from the registry, which simply echoes any messages it receives back to its sender.
### Communication via envelopes and messages