Skip to content

Commit 6c7fe31

Browse files
Fix grammar and wording (#1731)
* Update gas.md * Update ios.md * Update add.md --------- Co-authored-by: Alexandra Carrillo <[email protected]>
1 parent dd026ae commit 6c7fe31

File tree

3 files changed

+3
-3
lines changed
  • services
  • wallet/connect/metamask-sdk/mobile

3 files changed

+3
-3
lines changed

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)