From 467b6c0e63593d733ad20334c5dc2e1529776c78 Mon Sep 17 00:00:00 2001 From: Ayman Alklaqe <142460920+alklaqea@users.noreply.github.com> Date: Mon, 26 Aug 2024 23:26:18 -0500 Subject: [PATCH] "fixed type in the last sentence of the Test Yourself section" --- .../2-storage-factory/6-interacting-with-contracts-abi/+page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.