Skip to content

Commit 335f0d6

Browse files
authored
Merge pull request #3241 from davidekete/release-notes-to-docs-0.69
docs: release notes to docs 0.69
2 parents b4c5f71 + 441c29f commit 335f0d6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/create_deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ When pasting in code, make sure you understand it before deploying or interactin
5151
## Compile the Contract
5252

5353
With the contract above as the active tab in the Editor, compile the contract.
54-
A quick way to compile is to hit **ctrl + s**. You can also compile by going to the Solidity compiler and clicking the compile button, or by right clicking a file in the File Explorer, or by clicking the play button at the top of the Editor.
54+
A quick way to compile is to hit **ctrl + s**. You can also compile by going to the Solidity Compiler and clicking the compile button, or by right clicking a file in the File Explorer, or by clicking the play button at the top of the Editor.
5555

5656
**For More Info** see the docs on the [Solidity Compiler](compile.html).
5757

5858
## Deploy the contract
5959

6060
Go to the **Deploy & Run Transactions** plugin.
6161

62-
At the top of this plugin is the Environment select box. Here you can choose where you want to deploy your contract. There are many choices. For more info about these options see [this section](run.html#environment) of the docs.
62+
At the top of this plugin is the Environment selectbox. Here you can choose where you want to deploy your contract. There are many choices. For more info about these options see [this section](run.html#environment) of the docs.
6363

6464
For a brief synopsis:
6565

@@ -71,7 +71,7 @@ The **Remix VM** is convenient because it is a blockchain that runs in the brows
7171

7272
**Dev** is for connecting Remix to a local chain running on your computer.
7373

74-
**L2** is for connecting Remix to Optimism or Abritrum via a browser wallet. Its essentially the same as Injected Provider, but it sets the wallet with the configuration of the specified L2.
74+
**L2** is for connecting Remix to Optimism or Arbitrum via a browser wallet. Its essentially the same as Injected Provider, but it sets the wallet with the configuration of the specified L2.
7575

7676
(For details see [Running transactions](https://remix-ide.readthedocs.io/en/latest/run.html))
7777

docs/running_js_scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Remix IDE supports execution of JS & TS scripts.
66

77
Create a file with `.js` or `.ts` extension and put your logic inside it. To run a script either:
88

9-
- Click the green play button in the upper left of the Editor.
9+
- Click the play button at the upper left of the Main Panel.
1010

1111
- Right click on the script name in the `File Explorers` and click on the **Run** option.
1212

docs/solidity_editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Files are open as tabs. When there are too many tabs to display, scrolling with
2020

2121
![](images/a-editor-tabs.png)
2222

23-
- The Play button works on the active tab. If a Solidity file is active, clicking Play will compile it. If a TS or JS file is active, Play will run the script.
23+
- The play button works on the active tab. If a Solidity file is active, clicking Play will compile it. If a TS or JS file is active, Play will run the script.
2424
- The magnifying glass icons (+/-) on the top left corner are to increase/decrease the font size.
2525
- The small type on the far right of the Editor is clickable to jump to a section.
2626

docs/vyper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ There are 4 ways to compile:
5454

5555
1. Click the compile button in the plugin
5656
2. Right-click on a .vy file in the File Explorer and select `Compile for Vyper`.
57-
3. Click on the play button at the top left of the Editor when a .vy file is the active tab.
58-
4. CTRL + s when a .vy file is in the active tab of the Editor.
57+
3. Click on the play button at the top left of the Main Panel when a .vy file is the active tab.
58+
4. CTRL + s when a .vy file is in the active tab of the Main Panel.
5959

6060
## Remote vs Local compiler
6161

0 commit comments

Comments
 (0)