From f5c8772f63ebbd3eed043571a1762338ecbaeb59 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:47:26 +0300 Subject: [PATCH] Typo corrections Update features.mdx Corrected: "Do note that errors are highlighted with exclamation marks next to the line number where the error is occurring." --- academy/try-remix/features.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/academy/try-remix/features.mdx b/academy/try-remix/features.mdx index 4d30e73..c58665c 100644 --- a/academy/try-remix/features.mdx +++ b/academy/try-remix/features.mdx @@ -6,7 +6,7 @@ The editor pane loads with the Remix home screen, which contains useful guides a ![Try Remix 1](./img/editor-pane.png) -You can edit your code under the editor pane, which will consist of features such as syntax and error highlighting. Do note that errors are highlighted with exclaimation marks next to the line number where the error is occurring. +You can edit your code under the editor pane, which will consist of features such as syntax and error highlighting. Do note that errors are highlighted with exclamation marks next to the line number where the error is occurring. ## Terminal Output @@ -29,4 +29,4 @@ The initial default plugin, following the search function, is the Solidity Compi The functionality of the **Compile and Run script** button in this plugin may be a bit misleading. It is not the usual method for testing your contract. For more information on this feature, click the **I** button. -In case there are errors in your contracts, the complete text for each error will be displayed at the bottom of the pane. Experiment with this feature by introducing some typos into the HelloWorld.sol file. \ No newline at end of file +In case there are errors in your contracts, the complete text for each error will be displayed at the bottom of the pane. Experiment with this feature by introducing some typos into the HelloWorld.sol file.