From 34c3fb1f828746599764ec7410c5254125e99f00 Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Thu, 12 Dec 2024 05:57:57 +0200 Subject: [PATCH] chore: correct typos docs (#1368) * Update introduction-to-remix.md * Update deployment-in-remix.md * Update DesktopNav.tsx --- .../docs/introduction-to-solidity/deployment-in-remix.md | 2 +- .../docs/introduction-to-solidity/introduction-to-remix.md | 2 +- apps/bridge/src/components/Nav/DesktopNav.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/base-docs/base-learn/docs/introduction-to-solidity/deployment-in-remix.md b/apps/base-docs/base-learn/docs/introduction-to-solidity/deployment-in-remix.md index 3e9a8ec59d..86f5d148f2 100644 --- a/apps/base-docs/base-learn/docs/introduction-to-solidity/deployment-in-remix.md +++ b/apps/base-docs/base-learn/docs/introduction-to-solidity/deployment-in-remix.md @@ -50,7 +50,7 @@ Click the chevron to expand your contract in the Deployed Contracts section of t ![Function Buttons](../../assets/images/introduction-to-solidity/remix-contract-buttons.png) -Let's click the retrieve button first. Before clicking, make a prediction: given that the `number` variable was instantiated without a value, what do you thing the return will be? +Let's click the retrieve button first. Before clicking, make a prediction: given that the `number` variable was instantiated without a value, what do you think the return will be? Go ahead and click – the result will appear below the button as: diff --git a/apps/base-docs/base-learn/docs/introduction-to-solidity/introduction-to-remix.md b/apps/base-docs/base-learn/docs/introduction-to-solidity/introduction-to-remix.md index 10498ec33f..fd9139d7a4 100644 --- a/apps/base-docs/base-learn/docs/introduction-to-solidity/introduction-to-remix.md +++ b/apps/base-docs/base-learn/docs/introduction-to-solidity/introduction-to-remix.md @@ -33,7 +33,7 @@ The editor pane loads with the Remix home screen, which contains news, helpful l ![Remix Editor](../../assets/images/introduction-to-solidity/editor-pane.png) -You'll edit your code in the editor pane. It also has most of the features you're expecting, such as syntax and error highlighting. Note that in Remix, errors are not underlines. Instead, you'll see an❗to the left of the line number where the error is present. +You'll edit your code in the editor pane. It also has most of the features you're expecting, such as syntax and error highlighting. Note that in Remix, errors are not underlined. Instead, you'll see an❗to the left of the line number where the error is present. At the top, you'll see a large green arrow similar to the _Run_ button in other editors. In Solidity, this compiles your code, but it does not run it because you must first deploy your code to the simulated blockchain. diff --git a/apps/bridge/src/components/Nav/DesktopNav.tsx b/apps/bridge/src/components/Nav/DesktopNav.tsx index b835b4a208..df4621cf64 100644 --- a/apps/bridge/src/components/Nav/DesktopNav.tsx +++ b/apps/bridge/src/components/Nav/DesktopNav.tsx @@ -119,7 +119,7 @@ function IconLink({ function DesktopNav({ color }: DesktopNavProps) { return ( -