Skip to content

Commit 1fb3f4c

Browse files
author
Maks
authored
Grammar and Wording Improvements (#355)
1 parent 4ef8c22 commit 1fb3f4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Install the dependencies:
2929

3030
pnpm install
3131

32-
Specify the environment variables if you want to run the contract viewer into `.env.local`
32+
Specify the environment variables if you want to run the contract viewer in `.env.local`
3333

3434
APIKEY_ETHERSCAN=
3535

components/ui/vector/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The project uses [Remix Icons](https://remixicon.com/), so if you are adding new
77
3. Go to [Icomoon](https://icomoon.io/), create an empty set and upload all the SVGs you downloaded previously.
88
4. Select all icons, click "Generate SVG & More" and open preferences (gear icon near the Download button).
99
5. Here, for the _Name_ enter `remix`, and for the _Class Prefix_ enter `ri-`.
10-
6. Download Icomoon pack, follow these commands to generate a React component with all the icons includes as SVG defs:
10+
6. Download Icomoon pack, follow these commands to generate a React component with all the icons included as SVG defs:
1111

1212
```
1313
unzip remix.zip

docs/ARCHITECTURE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The dynamic gas fee calculation is handled by the following pieces of code:
3636

3737
1. The actual gas calculation is performed by the [util/gas.ts#calculateDynamicFee](../util/gas.ts) based on the selected [EthereumJS Common](https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/common) object, via the get `param` method.
3838

39-
1. Opcode with dynamic gas fee portion in [docs/opcodes](../docs/opcodes) can then have fork specific documentation (for example, `0A/london.mdx`), which are picked by the [components/Reference/DocRow.tsx](../components/Reference/DocRow.tsx) depending on the selected hardfork. In case of multiple hardfork docs, the latest to the selected one is picked. Additionally, these Markdown documents may have dynamic variables that are processed client-side and converted to MDX server-side by the [api/getDynamicDoc.ts](../pages/api/getDynamicDoc.ts) (due to node module dependencies of the `next-mdx-remote` package).
39+
1.An Opcode with dynamic gas fee portion in [docs/opcodes](../docs/opcodes) can then have fork specific documentation (for example, `0A/london.mdx`), which are picked by the [components/Reference/DocRow.tsx](../components/Reference/DocRow.tsx) depending on the selected hardfork. In case of multiple hardfork docs, the latest to the selected one is picked. Additionally, these Markdown documents may have dynamic variables that are processed client-side and converted to MDX server-side by the [api/getDynamicDoc.ts](../pages/api/getDynamicDoc.ts) (due to node module dependencies of the `next-mdx-remote` package).
4040

4141
### Supported dynamic variables
4242

0 commit comments

Comments
 (0)