From 72db8d9474b9eeafefe2dec1f100363d983628e1 Mon Sep 17 00:00:00 2001 From: Alexandra Tran Date: Thu, 12 Sep 2024 11:48:42 -0700 Subject: [PATCH] minor edits --- docs/whats-new.md | 2 +- wallet/how-to/use-sdk/mobile/android.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/whats-new.md b/docs/whats-new.md index b7fc9ea6a0..71e7e62713 100644 --- a/docs/whats-new.md +++ b/docs/whats-new.md @@ -23,7 +23,7 @@ of the [MetaMask developer page](https://metamask.io/developer/). ## August 2024 -- *The repository underwent a temporary code freeze in August.* +- *The documentation site underwent a temporary freeze in August.* - Updated [Starknet documentation](/services/reference/starknet) with API methods supported by new partners, Bware and Chainstack. ([#1483](https://github.com/MetaMask/metamask-docs/pull/1483)) ## July 2024 diff --git a/wallet/how-to/use-sdk/mobile/android.md b/wallet/how-to/use-sdk/mobile/android.md index 44a77537b4..9995caa1b8 100644 --- a/wallet/how-to/use-sdk/mobile/android.md +++ b/wallet/how-to/use-sdk/mobile/android.md @@ -288,8 +288,9 @@ when (val result = ethereum.ethSignTypedDataV4(message, address)) { #### Example: Batch requests -The following example requests the user to sign a batch of messages by calling -[`personal_sign`](/wallet/reference/personal_sign) and `sendRequestBatch`. +The following example requests the user to sign multiple messages at once by +[batching multiple requests](../javascript/batch-json-rpc-requests.md) that call +[`personal_sign`](/wallet/reference/personal_sign). ```kotlin val ethereumRequest1 = EthereumRequest(