Skip to content

Commit 89ef630

Browse files
authored
correction errors (#1894)
* Update use-an-allowlist.md * Update websockets.md * Update infura.md * Update javascript-dotenv.md
1 parent 4d6e1de commit 89ef630

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

developer-tools/dashboard/how-to/secure-an-api/use-an-allowlist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following RPC methods take an Ethereum address parameter and are compatible
5454
#### Example request
5555

5656
To allow a specific Ethereum address, input it into the **Contract Addresses** field and select **Add**.
57-
In the following example we'll use `0xfe05a3e72235c9f92fd9f2282f41a8154`.
57+
In the following example we'll use `0xfe05a3e72235c9f92fd9f2282f41a8154d6d342b`.
5858

5959
<div class="left-align-container">
6060
<div class="img-medium">

services/concepts/websockets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ JSON-RPC method for the relevant network. You can also see the following tutoria
4545

4646
## Supported networks
4747

48-
Infura support subscriptions over WebSockets for the following networks:
48+
Infura supports subscriptions over WebSockets for the following networks:
4949

5050
- [Arbitrum](../reference/arbitrum/index.md)
5151
- [Avalanche (C-Chain)](../reference/avalanche-c-chain/index.md)

services/get-started/infura.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To activate your account, verify your email address by clicking the link sent to
1818

1919
:::important API key restrictions
2020

21-
Based on your plan, Infura allows for the following amount of API keys:
21+
Based on your plan, Infura allows for the following number of API keys:
2222

2323
- Free plan - Allows one API key.
2424
- Developer plan - Allows up to five API keys.

services/how-to/javascript-dotenv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_position: 8
77

88
[`dotenv`](https://www.npmjs.com/package/dotenv) is an [npm](https://www.npmjs.com/) JavaScript package that loads environment variables from a `.env` file into the `process.env` global variable, storing configuration in the environment separate from the code.
99

10-
When you create a dapp using Infura, store your environment variables on your local machine using `dotenv` to protect sensitive information, such as Infura API URLs and MetaMask mnemonics, from pushing to GitHub and becoming publicly accessible.
10+
When you create a dapp using Infura, store your environment variables on your local machine using `dotenv` to protect sensitive information, such as Infura API URLs and MetaMask mnemonics, from being pushed to GitHub and becoming publicly accessible.
1111

1212
### Install `dotenv`
1313

0 commit comments

Comments
 (0)