From 47c1c60401f0799698016e0289fc43cc03162487 Mon Sep 17 00:00:00 2001 From: defaultpepe Date: Sat, 17 Jan 2026 16:24:44 +0000 Subject: [PATCH] Update introduction-to-remix.mdx --- docs/learn/introduction-to-solidity/introduction-to-remix.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/introduction-to-solidity/introduction-to-remix.mdx b/docs/learn/introduction-to-solidity/introduction-to-remix.mdx index 30f4c974b..094b6e40d 100644 --- a/docs/learn/introduction-to-solidity/introduction-to-remix.mdx +++ b/docs/learn/introduction-to-solidity/introduction-to-remix.mdx @@ -14,7 +14,7 @@ In this lesson, you'll be introduced to an online Solidity IDE called Remix. You By the end of this lesson you should be able to: - List the features, pros, and cons of using Remix as an IDE -- Deploy and test the Storage.sol demo contract in Remix +- Deploy and test the `Storage.sol` demo contract in Remix ---