Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions academy/try-remix/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
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.