diff --git a/courses/solidity/2-storage-factory/6-interacting-with-contracts-abi/+page.md b/courses/solidity/2-storage-factory/6-interacting-with-contracts-abi/+page.md index 8cb45a98..402b2260 100644 --- a/courses/solidity/2-storage-factory/6-interacting-with-contracts-abi/+page.md +++ b/courses/solidity/2-storage-factory/6-interacting-with-contracts-abi/+page.md @@ -79,4 +79,4 @@ The `StorageFactory` contract was able to create a list of `SimpleStorage` contr ### 🧑‍💻 Test yourself 1. 📕 What do you need to interact with an external contract? -2. 🧑‍💻 Deploy 3 instances of the `SimpleStorage` contract through the `StorageFactory`. Store then some numbers via `sfStore` and retrieve all of them via `sfGet`. +2. 🧑‍💻 Deploy 3 instances of the `SimpleStorage` contract through the `StorageFactory`. Then store some numbers via `sfStore` and retrieve all of them via `sfGet`.