Skip to content

Commit 4a8ffaa

Browse files
Apply suggestions from code review
Co-authored-by: Byron Gravenorst <[email protected]>
1 parent a25c9a1 commit 4a8ffaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/guides/use-deeplinks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import TabItem from "@theme/TabItem";
99
# Use deeplinks
1010

1111
You can use deeplinks to route your users to specific locations and pre-configured functions in the MetaMask Mobile app.
12-
For example, you can create a deeplink that enables users to make payments in one clickwith the token, recipient, and amount already set.
12+
For example, you can create a deeplink that lets users make one-click payments with a preset token, recipient, and amount.
1313

1414
If a user doesn't have MetaMask Mobile installed, deeplinks route the user to a landing page where they can download the app.
1515

@@ -108,7 +108,7 @@ The example displays the confirmation screen to send 1 USDC (`1e6` units, contra
108108
### Query string parameters
109109

110110
- `address` - Address of the recipient.
111-
- `uint256` - Amount to be transferred, in the token's smallest units.
111+
- `uint256` - Amount to be transferred, in the token's smallest unit.
112112

113113
## Start the on-ramp process
114114

0 commit comments

Comments
 (0)