Skip to content

Commit 99764d3

Browse files
authored
Merge branch 'main' into snaps-12_6-updates
2 parents bd95dc3 + 6c7fe31 commit 99764d3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

developer-tools/dashboard/get-started/create-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ requiring an API key secret or JWTs with each API request.
3737

3838
We recommend the following best practices when creating your API keys:
3939

40-
- Group API key endpoints by environment. For example, create seperate API keys for production or development environments.
40+
- Group API key endpoints by environment. For example, create separate API keys for production or development environments.
4141
- Group API key endpoints by groups or individuals [sharing the API key](../how-to/project-sharing.md).
4242
- Limit the number of networks or services per API key only to the necessary endpoints.
4343
- Group the API key endpoints based on shared security considerations such as

developer-tools/dashboard/how-to/troubleshoot.md

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

88
### Suspicious activity detected during registration
99

10-
If you receive a "Suspicious activity detected" message during registration, it might be for of one of the following
10+
If you receive a "Suspicious activity detected" message during registration, it might be for one of the following
1111
reasons:
1212

1313
- You have another account: Infura does not allow users to create multiple accounts, so if

services/concepts/gas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 6
66
# Gas
77

88
Gas is a unit used to measure the computational effort required to perform an action on a blockchain network, such as
9-
executing a smart contract or sending a transaction. To perform an action, users must pay in units of gas, which is
9+
executing a smart contract or sending a transaction. To perform an action, users must pay in units of gas, which are
1010
calculated based on the computational resources required for the action, and to compensate the miners who execute the
1111
request.
1212

services/reference/ipfs/http-api-methods/add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ On success, the call to this endpoint will return with 200 and the following bod
6969

7070
- `Name` - Name of the object.
7171
- `Hash` - Hash of the uploaded object.
72-
- `Size` - Integer indication size in bytes.
72+
- `Size` - Integer indicating size in bytes.

wallet/connect/metamask-sdk/mobile/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ users to easily connect with their MetaMask Mobile wallet.
3232
<Tabs>
3333
<TabItem value="CocoaPods">
3434

35-
To add the SDK as a CocoaPods dependency to your project, add the following entry to our Podfile:
35+
To add the SDK as a CocoaPods dependency to your project, add the following entry to your Podfile:
3636

3737
```text
3838
pod "metamask-ios-sdk"

0 commit comments

Comments
 (0)